diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 10:10:14 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 10:10:14 +0000 |
| commit | 72d1d0cb7539216add6e096309c15aa3c353539d (patch) | |
| tree | d6cccc9f935e43ebe4463c082413edfef16f5a51 /src/bin/ngit | |
| parent | cb92d2ac8a7e014eac28ddf9ad1e6500b840739f (diff) | |
feat(login): tweak api description
to add clarity and not suggest cli args should be used
Diffstat (limited to 'src/bin/ngit')
| -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, |