diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-03 04:11:12 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-03 04:11:12 +0000 |
commit | 5c850b825bfc1978feb35398623b332ae8fbe212 (patch) | |
tree | 3b1de79b3a7ea32f88ee1b8ea724b0b510a21a56 /src | |
parent | 7bbad0b534f95c83284278aa06e6fa4d28a3c5c1 (diff) |
Added --ftp-account to --help output.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 48a74bee4..1c9bde1fc 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 <data> 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)", |