Skip to content

Commit

Permalink
Update leo/cli/commands/account.rs
Browse files Browse the repository at this point in the history
Signed-off-by: d0cd <[email protected]>
  • Loading branch information
d0cd authored Jan 16, 2024
1 parent 36be9ad commit 91daac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leo/cli/commands/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub enum Account {
/// Write the private key to the .env file.
#[clap(short = 'w', long)]
write: bool,
/// Print sensitive information(such as private key) discreetly to an alternate screen
/// Print sensitive information (such as private key) discreetly to an alternate screen
#[clap(long)]
discreet: bool,
},
Expand Down

0 comments on commit 91daac9

Please sign in to comment.