diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 13:52:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 13:52:05 +0000 |
commit | de25ed3f37f3519d204a47d79c21610d5b983379 (patch) | |
tree | cd952dc7f0564dfaf6202bbcd621fdb23cff86e6 /docs | |
parent | 40edf258667a307236ab0912c86bd6f5f16c6379 (diff) | |
download | curl-de25ed3f37f3519d204a47d79c21610d5b983379.tar.gz |
mention the '-o -' trick
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index fab00f3dd..c0a76d9d0 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -863,7 +863,8 @@ or use several variables like: You may use this option as many times as the number of URLs you have. See also the \fI--create-dirs\fP option to create the local directories -dynamically. +dynamically. Specifying the output as '-' (a single dash) will force the +output to be done to stdout. .IP "-O/--remote-name" Write output to a local file named like the remote file we get. (Only the file part of the remote file is used, the path is cut off.) |