From 72d1d0cb7539216add6e096309c15aa3c353539d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 10:10:14 +0000 Subject: feat(login): tweak api description to add clarity and not suggest cli args should be used --- src/bin/ngit/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') 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 { #[derive(Subcommand)] pub enum AccountCommands { - /// run with --nsec flag to change npub + /// login with nsec or nostr connect Login(sub_commands::login::SubCommandArgs), /// remove nostr account details stored in git config Logout, -- cgit v1.2.3