From 85fd8a7f221e49b2d2bf6f7bbf1b29c0ec217924 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 24 Nov 2023 14:05:47 +0100 Subject: fix: correct flag in tar & upload (#21327) --- cli/args/flags.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli') 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") ) }) } -- cgit v1.2.3