Skip to content

Commit

Permalink
feat(login): tweak api description
Browse files Browse the repository at this point in the history
to add clarity and not suggest cli args should be used
  • Loading branch information
DanConwayDev committed Nov 27, 2024
1 parent cb92d2a commit 72d1d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/ngit/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 72d1d0c

Please sign in to comment.