From f0754619b9ee216b0cb5fc7484f861e876781984 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 8 Feb 2016 19:03:57 +0100 Subject: [PATCH 1/1] uclient-fetch: fix inconsistencies in help text (thx, Hannu Nyman) Signed-off-by: Felix Fietkau --- uclient-fetch.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/uclient-fetch.c b/uclient-fetch.c index f65fab2..065742e 100644 --- a/uclient-fetch.c +++ b/uclient-fetch.c @@ -440,11 +440,11 @@ static int usage(const char *progname) fprintf(stderr, "Usage: %s [options] \n" "Options:\n" - " -4: Use IPv4 only\n" - " -6: Use IPv6 only\n" - " -q: Turn off status messages\n" - " -O : Redirect output to file (use \"-\" for stdout)\n" - " -P : Set directory for output files\n" + " -4 Use IPv4 only\n" + " -6 Use IPv6 only\n" + " -q Turn off status messages\n" + " -O Redirect output to file (use \"-\" for stdout)\n" + " -P Set directory for output files\n" " --user= HTTP authentication username\n" " --password= HTTP authentication password\n" " --user-agent|-U Set HTTP user agent\n" @@ -454,8 +454,8 @@ static int usage(const char *progname) " --proxy=on|off|-Y on|off Enable/disable env var configured proxy\n" "\n" "HTTPS options:\n" - " --ca-certificate=: Load CA certificates from file \n" - " --no-check-certificate: don't validate the server's certificate\n" + " --ca-certificate= Load CA certificates from file \n" + " --no-check-certificate don't validate the server's certificate\n" "\n", progname); return 1; } -- 2.11.0