diff options
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 1507f71..76874c3 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -98,7 +98,7 @@ pub enum Commands { | |||
| 98 | List, | 98 | List, |
| 99 | /// update repo git servers to reflect nostr state (add, update or delete | 99 | /// update repo git servers to reflect nostr state (add, update or delete |
| 100 | /// remote refs) | 100 | /// remote refs) |
| 101 | Sync, | 101 | Sync(sub_commands::sync::SubCommandArgs), |
| 102 | /// login, logout or export keys | 102 | /// login, logout or export keys |
| 103 | Account(AccountSubCommandArgs), | 103 | Account(AccountSubCommandArgs), |
| 104 | } | 104 | } |