--ftp-alternative-to-user was missing in the help text

This commit is contained in:
Daniel Stenberg 2006-09-23 20:25:45 +00:00
parent f7d31bb3e3
commit 8090ee0e5d
1 changed files with 1 additions and 0 deletions

View File

@ -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)",