Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -356,6 +356,7 @@ static void help(void) ...@@ -356,6 +356,7 @@ static void help(void)
" --ciphers <list> What SSL ciphers to use (SSL)\n" " --ciphers <list> What SSL ciphers to use (SSL)\n"
" --compressed Request a compressed response (using deflate)."); " --compressed Request a compressed response (using deflate).");
puts(" --connect-timeout <seconds> Maximum time allowed for connection\n" 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" " --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/--fail Fail silently (no output at all) on errors (H)\n"
" -F/--form <name=content> Specify HTTP POST data (H)\n" " -F/--form <name=content> Specify HTTP POST data (H)\n"
...@@ -411,9 +412,7 @@ static void help(void) ...@@ -411,9 +412,7 @@ static void help(void)
" -1/--tlsv1 Force usage of TLSv1 (H)\n" " -1/--tlsv1 Force usage of TLSv1 (H)\n"
" -2/--sslv2 Force usage of SSLv2 (H)\n" " -2/--sslv2 Force usage of SSLv2 (H)\n"
" -3/--sslv3 Force usage of SSLv3 (H)"); " -3/--sslv3 Force usage of SSLv3 (H)");
puts(" -#/--progress-bar Display transfer progress as a progress bar\n" puts(" -#/--progress-bar Display transfer progress as a progress bar");
" -@/--create-dirs Create the necessary local directory hierarchy");
}
struct LongShort { struct LongShort {
const char *letter; const char *letter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment