]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cookie-jar.d: enphasize that this option is ONLY writing cookies
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Aug 2023 15:04:37 +0000 (17:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Aug 2023 18:49:36 +0000 (20:49 +0200)
Reported-by: Dan Jacobson
Tweaked-by: Jay Satiro
Ref: #11642
Closes #11661

docs/cmdline-opts/cookie-jar.d

index 08f73fa4e91eaa59372349a0348bbf5c786e3300..1dfd10a159caebcdb52ee3e9d67b4fc414ca35a8 100644 (file)
@@ -19,9 +19,12 @@ written. The file will be written using the Netscape cookie file format. If
 you set the file name to a single dash, "-", the cookies will be written to
 stdout.
 
+The file specified with --cookie-jar is only used for output. No cookies will
+be read from the file. To read cookies, use the --cookie option. Both options
+can specify the same file.
+
 This command line option will activate the cookie engine that makes curl
-record and use cookies. Another way to activate it is to use the --cookie
-option.
+record and use cookies. The --cookie option also activates it.
 
 If the cookie jar cannot be created or written to, the whole curl operation
 will not fail or even report an error clearly. Using --verbose will get a