mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
--ftp-alternative-to-user was missing in the help text
This commit is contained in:
parent
f7d31bb3e3
commit
8090ee0e5d
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user