aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-29 09:45:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-29 09:45:44 +0000
commitbbdd5adf6eccf4dc6ac5e782a265616fe1e2ec95 (patch)
tree5782a4e0c40fef9bc87c21ff8827bc0859f8096d /docs
parentd425f5389d1dd61bd83c77d6eabd70ad546c7f54 (diff)
'-c -'
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.13
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 6955df600..67011df53 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.