Skip to content

Commit

Permalink
Update CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Feb 10, 2023
1 parent 57ce3c0 commit f45a443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tari_console_wallet/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct Cli {
/// possible.
#[clap(long, env = "TARI_WALLET_PASSWORD", hide_env_values = true)]
pub password: Option<SafePassword>,
/// 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
Expand Down

0 comments on commit f45a443

Please sign in to comment.