From: Daniel Stenberg Date: Wed, 29 Aug 2001 09:45:44 +0000 (+0000) Subject: '-c -' X-Git-Tag: curl-7_9~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbdd5adf6eccf4dc6ac5e782a265616fe1e2ec95;p=thirdparty%2Fcurl.git '-c -' --- diff --git a/docs/curl.1 b/docs/curl.1 index 6955df600e..67011df531 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -105,7 +105,8 @@ Specify to which file you want curl to write all cookies after a completed operation. Curl writes all cookies previously read from a specified file as well as all cookies received from remote server(s). If no cookies are known, no file will be written. The file will be written using the Netscape cookie -file format. +file format. If you set the file name to a single dash, "-", the cookies will +be written to stdout. If this option is used several times, the last specfied file name will be used.