From: Dan Fandrich Date: Tue, 3 Apr 2007 04:11:12 +0000 (+0000) Subject: Added --ftp-account to --help output. X-Git-Tag: curl-7_16_2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c850b825bfc1978feb35398623b332ae8fbe212;p=thirdparty%2Fcurl.git Added --ftp-account to --help output. --- diff --git a/src/main.c b/src/main.c index 48a74bee45..1c9bde1fc1 100644 --- a/src/main.c +++ b/src/main.c @@ -622,6 +622,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-account Account data to send when requested by server (F)", " --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)",