From f354221e3ae387197f492017d524686ca5d5fbbf Mon Sep 17 00:00:00 2001 From: d0cd <23022326+d0cd@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:48:52 -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 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, },