aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-23 20:25:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-23 20:25:45 +0000
commit8090ee0e5d9e48298387568ba76af0ff50376891 (patch)
tree1c091d124490e0ff4be077ec3f24bc93fad55ddb /src
parentf7d31bb3e35c89feb3de34b77961523eab1f66d6 (diff)
--ftp-alternative-to-user was missing in the help text
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2a433cae5..763d10dfe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -515,6 +515,7 @@ static void help(void)
" --create-dirs Create necessary local directory hierarchy",
" --crlf Convert LF to CRLF in upload",
" -f/--fail Fail silently (no output at all) on HTTP errors (H)",
+ " --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)",