diff options
author | Yuri Slobodyanyuk <yuri@yurisk.info> | 2020-04-24 17:23:22 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-25 00:50:00 +0200 |
commit | 4298b97020020819d474f7aee372d68638145dc0 (patch) | |
tree | 29769dcbd754930b7ef2452a59ea48d2e4dd3d75 /docs/cmdline-opts | |
parent | ba7b94b1e74745eb8900ca4cccdec47473fc78f3 (diff) | |
download | curl-4298b97020020819d474f7aee372d68638145dc0.tar.gz |
docs: fix two typos
Closes #5292
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/cookie.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/cookie.d b/docs/cmdline-opts/cookie.d index 1e9906977..467e05663 100644 --- a/docs/cmdline-opts/cookie.d +++ b/docs/cmdline-opts/cookie.d @@ -13,7 +13,7 @@ to read previously stored cookie from. This option also activates the cookie engine which will make curl record incoming cookies, which may be handy if you're using this in combination with the --location option or do multiple URL transfers on the same invoke. If the file name is exactly a minus ("-"), curl -will instead the contents from stdin. +will instead read the contents from stdin. The file format of the file to read cookies from should be plain HTTP headers (Set-Cookie style) or the Netscape/Mozilla cookie file format. |