aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-25 21:41:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-25 21:41:05 +0000
commit8ed676236395ef970e7c3b74aebbd1f8eef837ba (patch)
tree1ab07a4e36231f81f1b9b7eee7e042cbc0112354 /src/main.c
parent87c5ed8beca8ae36da5c38ef3594b56d132e7dde (diff)
--ftp-method was missing in the --help output, as mentioned by Manfred Schwarb
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5b17e4f41..0392d89a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -531,6 +531,7 @@ static void help(void)
" --crlf Convert LF to CRLF in upload",
" -f/--fail Fail silently (no output at all) on HTTP errors (H)",
" --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)",
" --ftp-skip-pasv-ip Skip the IP address for PASV (F)\n"
" --ftp-ssl Enable SSL/TLS for the ftp transfer (F)",