mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
MANUAL: language fix
Reported-by: Fred Stluka Bug: https://github.com/bagder/curl/issues/255
This commit is contained in:
parent
a5e09e9eea
commit
fa08362a5f
1 changed files with 2 additions and 2 deletions
|
|
@ -470,8 +470,8 @@ COOKIES
|
|||
stored cookies which match the request as it follows the location. The
|
||||
file "empty.txt" may be a nonexistent file.
|
||||
|
||||
Alas, to both read and write cookies from a netscape cookie file, you can
|
||||
set both -b and -c to use the same file:
|
||||
To read and write cookies from a netscape cookie file, you can set both -b
|
||||
and -c to use the same file:
|
||||
|
||||
curl -b cookies.txt -c cookies.txt www.example.com
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue