diff --git a/leo/cli/commands/account.rs b/leo/cli/commands/account.rs index 8e36555731..0666bbe2fe 100644 --- a/leo/cli/commands/account.rs +++ b/leo/cli/commands/account.rs @@ -45,7 +45,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, },