diff --git a/cli/src/wallet.rs b/cli/src/wallet.rs index 861aa3bb3632e8..f9f884d5c93f8f 100644 --- a/cli/src/wallet.rs +++ b/cli/src/wallet.rs @@ -65,7 +65,7 @@ impl WalletSubCommands for App<'_, '_> { .index(1) .value_name("ACCOUNT_ADDRESS") .required(true), - "Account key URI" + "Account address" )) .arg( Arg::with_name("output_file")