diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-10 20:29:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-10 20:29:27 +0000 |
commit | 9b0fd007fd342ccb28ce3ea636052a9e43a5a922 (patch) | |
tree | 8a72b6176d850de87806b6dd157af5441e77f68c | |
parent | 6f3ef94836155e8ddf261b8f0dbffe3cf05757ff (diff) |
--remote-name-all
-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 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 <command> Specify request command to use", " --retry <num> Retry request <num> times if transient problems occur", |