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