From: Daniel Stenberg Date: Tue, 25 Apr 2006 21:41:05 +0000 (+0000) Subject: --ftp-method was missing in the --help output, as mentioned by Manfred Schwarb X-Git-Tag: curl-7_15_4~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed676236395ef970e7c3b74aebbd1f8eef837ba;p=thirdparty%2Fcurl.git --ftp-method was missing in the --help output, as mentioned by Manfred Schwarb --- diff --git a/src/main.c b/src/main.c index 5b17e4f41d..0392d89a34 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)",