diff options
-rw-r--r-- | cli/args/flags.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 4f5d82be8..53a034ef9 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -2329,7 +2329,8 @@ fn publish_subcommand() -> Command { ) .arg( Arg::new("token") - .help("The API token to use when publishing. If unset, interactive authentication will be used.") + .long("token") + .help("The API token to use when publishing. If unset, interactive authentication is be used") ) }) } |