From a8983921f1b20112591bb41dc6f9ab6ba8340c2f Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sat, 20 Apr 2019 03:03:40 +0700 Subject: Update help description for --auth --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/args.rs b/src/args.rs index d42d317..433840e 100644 --- a/src/args.rs +++ b/src/args.rs @@ -37,7 +37,7 @@ struct CLIArgs { )] interfaces: Vec, - /// Set authentication (username:password) + /// Set authentication (username:password, username:sha256:hash, or username:sha512:hash) #[structopt(short = "a", long = "auth", parse(try_from_str = "parse_auth"))] auth: Option, -- cgit v1.2.3