Commit 1f50f303 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

don't officially use -@ for --create-dirs, only use the long form

parent 75145dd7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -356,6 +356,7 @@ static void help(void)
       "    --ciphers <list> What SSL ciphers to use (SSL)\n"
       "    --compressed    Request a compressed response (using deflate).");
  puts("    --connect-timeout <seconds> Maximum time allowed for connection\n"
       "    --create-dirs   Create the necessary local directory hierarchy\n"
       "    --crlf          Convert LF to CRLF in upload. Useful for MVS (OS/390)\n"
       " -f/--fail          Fail silently (no output at all) on errors (H)\n"
       " -F/--form <name=content> Specify HTTP POST data (H)\n"
@@ -411,9 +412,7 @@ static void help(void)
       " -1/--tlsv1         Force usage of TLSv1 (H)\n"
       " -2/--sslv2         Force usage of SSLv2 (H)\n"
       " -3/--sslv3         Force usage of SSLv3 (H)");
  puts(" -#/--progress-bar  Display transfer progress as a progress bar\n"
       " -@/--create-dirs   Create the necessary local directory hierarchy");
}
  puts(" -#/--progress-bar  Display transfer progress as a progress bar");

struct LongShort {
  const char *letter;