From: Felix Fietkau Date: Sat, 16 Jan 2016 10:01:58 +0000 (+0100) Subject: uclient-fetch: add user/password to command line help X-Git-Url: http://git.openwrt.org/?p=project%2Fuclient.git;a=commitdiff_plain;h=b733f729ede556b62ca81714cba05029d9dbafb4 uclient-fetch: add user/password to command line help Signed-off-by: Felix Fietkau --- 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 : Redirect output to file (use \"-\" for stdout)\n" + " --user= HTTP authentication username\n" + " --password= HTTP authentication password\n" "\n" "HTTPS options:\n" " --ca-certificate=: Load CA certificates from file \n"