From: Daniel Stenberg Date: Sat, 23 Sep 2006 20:25:45 +0000 (+0000) Subject: --ftp-alternative-to-user was missing in the help text X-Git-Tag: curl-7_16_0~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8090ee0e5d9e48298387568ba76af0ff50376891;p=thirdparty%2Fcurl.git --ftp-alternative-to-user was missing in the help text --- diff --git a/src/main.c b/src/main.c index 2a433cae5d..763d10dfe1 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)",