aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-24 10:30:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-24 10:30:40 +0000
commit0639e2a6e21bbe2bc5f3508701d6a8e869bb8e0c (patch)
tree19e69ad8ffa5bc6b39933914faf333fc1a4b4ccd /src/main.c
parentf1d707705e10c9de16c2e9e59f37c637b0d7145e (diff)
--ftp-ssl-control requires SSL/TLS, it does not "try" it
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 763d10dfe..273ad64ae 100644
--- a/src/main.c
+++ b/src/main.c
@@ -520,9 +520,9 @@ static void help(void)
" --ftp-method [multicwd/nocwd/singlecwd] Control CWD usage (F)",
" --ftp-pasv Use PASV/EPSV instead of PORT (F)",
" --ftp-skip-pasv-ip Skip the IP address for PASV (F)\n"
- " --ftp-ssl Try SSL/TLS for the ftp transfer (F)",
- " --ftp-ssl-control Try SSL/TLS for the ftp login, clear for transfer (F)",
- " --ftp-ssl-reqd Require SSL/TLS for the ftp transfer (F)",
+ " --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)",
" -F/--form <name=content> Specify HTTP multipart POST data (H)",
" --form-string <name=string> Specify HTTP multipart POST data (H)",
" -g/--globoff Disable URL sequences and ranges using {} and []",