aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-04-15 06:24:43 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-04-15 06:24:43 +0000
commit945ba7cb7ed834762400b832d3201d4dbbb8679a (patch)
treeab3191b5f55bbeb2261d0d0da5bb6fa24012189a /src/main.c
parente3dab1bea2b14a499d421c25033727c121b3a5b4 (diff)
Minor updates to --help output
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 777b024a5..55d1d0adf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -643,7 +643,7 @@ static void help(void)
" --ftp-ssl Try SSL/TLS for ftp transfer (F)",
" --ftp-ssl-control Require SSL/TLS for ftp login, clear for transfer (F)",
" --ftp-ssl-reqd Require SSL/TLS for ftp transfer (F)",
- " --ftp-ssl-ccc Send CCC after authenticating. (F)",
+ " --ftp-ssl-ccc Send CCC after authenticating (F)",
" --ftp-ssl-ccc-mode [active/passive] Set CCC mode (F)",
" -F/--form <name=content> Specify HTTP multipart POST data (H)",
" --form-string <name=string> Specify HTTP multipart POST data (H)",
@@ -684,7 +684,7 @@ static void help(void)
" --proxy-ntlm Use NTLM authentication on the proxy (H)",
" -P/--ftp-port <address> Use PORT with address instead of PASV (F)",
" -q If used as the first parameter disables .curlrc",
- " -Q/--quote <cmd> Send command(s) to server before file transfer (F)",
+ " -Q/--quote <cmd> Send command(s) to server before file transfer (F/SFTP)",
" -r/--range <range> Retrieve a byte range from a HTTP/1.1 or FTP server",
" --random-file <file> File for reading random data from (SSL)",
" --raw Pass HTTP \"raw\", without any transfer decoding (H)",
@@ -702,7 +702,7 @@ static void help(void)
" --trace-ascii <file> Like --trace but without the hex output",
" --trace-time Add time stamps to trace/verbose output",
" -T/--upload-file <file> Transfer <file> to remote site",
- " --url <URL> Spet URL to work with",
+ " --url <URL> Set URL to work with",
" -u/--user <user[:password]> Set server user and password",
" -U/--proxy-user <user[:password]> Set proxy user and password",
" -v/--verbose Make the operation more talkative",