diff options
Diffstat (limited to 'src/bin')
| -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 851dd70..9caf4d7 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -71,7 +71,7 @@ pub enum Commands { | |||
| 71 | 71 | ||
| 72 | #[derive(Subcommand)] | 72 | #[derive(Subcommand)] |
| 73 | pub enum AccountCommands { | 73 | pub enum AccountCommands { |
| 74 | /// run with --nsec flag to change npub | 74 | /// login with nsec or nostr connect |
| 75 | Login(sub_commands::login::SubCommandArgs), | 75 | Login(sub_commands::login::SubCommandArgs), |
| 76 | /// remove nostr account details stored in git config | 76 | /// remove nostr account details stored in git config |
| 77 | Logout, | 77 | Logout, |