From b733f729ede556b62ca81714cba05029d9dbafb4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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 --- 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 : 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" -- 2.25.1