From b733f729ede556b62ca81714cba05029d9dbafb4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau <nbd@openwrt.org> Date: Sat, 16 Jan 2016 11:01:58 +0100 Subject: [PATCH] uclient-fetch: add user/password to command line help Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- uclient-fetch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uclient-fetch.c b/uclient-fetch.c index 37cc214..965f621 100644 --- a/uclient-fetch.c +++ b/uclient-fetch.c @@ -238,6 +238,8 @@ static int usage(const char *progname) "Options:\n" " -q: Turn off status messages\n" " -O <file>: Redirect output to file (use \"-\" for stdout)\n" + " --user=<user> HTTP authentication username\n" + " --password=<password> HTTP authentication password\n" "\n" "HTTPS options:\n" " --ca-certificate=<cert>: Load CA certificates from file <cert>\n" -- 2.25.1