]> OzVa Git service - ozva-cloud/commitdiff
chore: update cli `--auth` help text
authorsigoden <sigoden@gmail.com>
Thu, 1 Jun 2023 22:49:06 +0000 (06:49 +0800)
committersigoden <sigoden@gmail.com>
Thu, 1 Jun 2023 22:49:06 +0000 (06:49 +0800)
src/args.rs

index fbd59e716058af5bc3ebe6132c4eae037359bb08..7a44a04bacda4e4472b017a712ee78cfcab1e460 100644 (file)
@@ -76,7 +76,7 @@ pub fn build_cli() -> Command {
                                .hide_env(true)
                 .short('a')
                 .long("auth")
-                .help("Add auth for path")
+                .help("Add auth role")
                 .action(ArgAction::Append)
                 .value_delimiter('|')
                 .value_name("rules"),