From 91daac9b0cd55fc6cab71395f6b21f688a7f92ab Mon Sep 17 00:00:00 2001 From: d0cd <23022326+d0cd@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:48:41 -0800 Subject: [PATCH] Update leo/cli/commands/account.rs Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com> --- leo/cli/commands/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },