From c0d258ca17d52741def2ebfeb2674580ec0de984 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 4 Jun 2008 23:44:53 +0000 Subject: Mention a few options that require an argument in --help --- src/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index b5c4067ae..18b9297f2 100644 --- a/src/main.c +++ b/src/main.c @@ -667,7 +667,7 @@ static void help(void) " --cert-type Certificate file type (DER/PEM/ENG) (SSL)", " --ciphers SSL ciphers to use (SSL)", " --compressed Request compressed response (using deflate or gzip)", - " -K/--config Specify which config file to read", + " -K/--config Specify which config file to read", " --connect-timeout Maximum time allowed for connection", " -C/--continue-at Resumed transfer offset", " -b/--cookie Cookie string or file to read cookies from (H)", @@ -691,7 +691,7 @@ static void help(void) " -F/--form Specify HTTP multipart POST data (H)", " --form-string Specify HTTP multipart POST data (H)", " --ftp-account Account data to send when requested by server (F)", - " --ftp-alternative-to-user String to replace \"USER [name]\" (F)", + " --ftp-alternative-to-user String to replace \"USER [name]\" (F)", " --ftp-create-dirs Create the remote dirs if not present (F)", " --ftp-method [multicwd/nocwd/singlecwd] Control CWD usage (F)", " --ftp-pasv Use PASV/EPSV instead of PORT (F)", @@ -719,7 +719,7 @@ static void help(void) " --keepalive-time Interval between keepalive probes", " --key Private key file name (SSL/SSH)", " --key-type Private key file type (DER/PEM/ENG) (SSL)", - " --krb Enable kerberos with specified security level (F)", + " --krb Enable Kerberos with specified security level (F)", " --libcurl Dump libcurl equivalent code of this command line", " --limit-rate Limit transfer speed to this rate", " -l/--list-only List only names of an FTP directory (F)", @@ -790,7 +790,7 @@ static void help(void) #ifdef MSDOS " --wdebug Turn on Watt-32 debugging under DJGPP", #endif - " -w/--write-out [format] What to output after completion", + " -w/--write-out What to output after completion", " -q If used as the first parameter disables .curlrc", NULL }; @@ -1696,7 +1696,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ {"R", "remote-time", FALSE}, {"s", "silent", FALSE}, {"S", "show-error", FALSE}, - {"t", "telnet-options", TRUE}, + {"t", "telnet-options", TRUE}, /* this is documented as telnet-option */ {"T", "upload-file", TRUE}, {"u", "user", TRUE}, {"U", "proxy-user", TRUE}, -- cgit v1.2.3