From: Daniel Stenberg Date: Thu, 10 Jul 2008 20:29:27 +0000 (+0000) Subject: --remote-name-all X-Git-Tag: cares-1_5_3~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b0fd007fd342ccb28ce3ea636052a9e43a5a922;p=curl --remote-name-all --- diff --git a/src/main.c b/src/main.c index 756c09b71..f92d037cd 100644 --- a/src/main.c +++ b/src/main.c @@ -748,6 +748,7 @@ static void help(void) " --raw Pass HTTP \"raw\", without any transfer decoding (H)", " -e/--referer Referer URL (H)", " -O/--remote-name Write output to a file named as the remote file", + " --remote-name-all Use the remote file name for all URLs", " -R/--remote-time Set the remote file's time on the local output", " -X/--request Specify request command to use", " --retry Retry request times if transient problems occur",