diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-22 16:27:18 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-22 16:27:18 +0000 |
| commit | 89c51886afd54afd901995916909ba98e764b23e (patch) | |
| tree | 35e61b0984e24fca404b7cb7671402226859784c /src/main.rs | |
| parent | b6f68cf782ee242f9390c6601a76a18367e2ab4d (diff) | |
refactor: fix spelling
ammended should read amended
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index f60edd8..9b9b660 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -39,7 +39,7 @@ enum Commands { | |||
| 39 | Send(sub_commands::send::SubCommandArgs), | 39 | Send(sub_commands::send::SubCommandArgs), |
| 40 | /// list proposals; optionally apply them as a new branch | 40 | /// list proposals; optionally apply them as a new branch |
| 41 | List(sub_commands::list::SubCommandArgs), | 41 | List(sub_commands::list::SubCommandArgs), |
| 42 | /// send new commits as proposal ammendments | 42 | /// send new commits as proposal amendments |
| 43 | Push, | 43 | Push, |
| 44 | /// pull latest commits in proposal linked to checked out branch | 44 | /// pull latest commits in proposal linked to checked out branch |
| 45 | Pull, | 45 | Pull, |