diff --git a/applications/tari_console_wallet/src/cli.rs b/applications/tari_console_wallet/src/cli.rs index 076ab2307a..a1250dd596 100644 --- a/applications/tari_console_wallet/src/cli.rs +++ b/applications/tari_console_wallet/src/cli.rs @@ -51,7 +51,7 @@ pub struct Cli { /// possible. #[clap(long, env = "TARI_WALLET_PASSWORD", hide_env_values = true)] pub password: Option, - /// Change the password for the console wallet + /// Change the password for the console wallet and exit #[clap(long, alias = "update-password")] pub change_password: bool, /// Force wallet recovery