diff --git a/token/cli/src/main.rs b/token/cli/src/main.rs index 7a8bac38d99..07f9978c84e 100644 --- a/token/cli/src/main.rs +++ b/token/cli/src/main.rs @@ -3861,12 +3861,13 @@ fn app<'a, 'b>( .help("Disable transfer hook functionality by setting the program id to None.") ) .arg( - Arg::with_name("program_authority") - .long("program-authority") - .validator(is_valid_signer) - .value_name("SIGNER") - .takes_value(true) - .help("Specify the authority keypair. Defaults to the client keypair address.") + Arg::with_name("authority") + .long("authority") + .alias("owner") + .validator(is_valid_signer) + .value_name("SIGNER") + .takes_value(true) + .help("Specify the authority keypair. Defaults to the client keypair address.") ) ) .subcommand(