]> granicus.if.org Git - curl/commitdiff
--ftp-alternative-to-user was missing in the help text
authorDaniel Stenberg <daniel@haxx.se>
Sat, 23 Sep 2006 20:25:45 +0000 (20:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 Sep 2006 20:25:45 +0000 (20:25 +0000)
src/main.c

index 2a433cae5d60e97be72be9b54eeb2a1fab405b73..763d10dfe1177c4fae7b494f2eeeda18dd0fa83e 100644 (file)
@@ -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)",