From: Daniel Stenberg Date: Fri, 27 Feb 2009 13:52:05 +0000 (+0000) Subject: mention the '-o -' trick X-Git-Tag: curl-7_19_4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de25ed3f37f3519d204a47d79c21610d5b983379;p=thirdparty%2Fcurl.git mention the '-o -' trick --- diff --git a/docs/curl.1 b/docs/curl.1 index fab00f3dd1..c0a76d9d0d 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.)