Update leo/cli/commands/account.rs

Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
This commit is contained in:
d0cd 2024-01-15 19:48:41 -08:00 committed by GitHub
parent 36be9adb9c
commit 91daac9b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ pub enum Account {
/// Write the private key to the .env file. /// Write the private key to the .env file.
#[clap(short = 'w', long)] #[clap(short = 'w', long)]
write: bool, 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)] #[clap(long)]
discreet: bool, discreet: bool,
}, },