diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-05-04 14:17:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-04 14:17:28 +0200 |
commit | fa08362a5f7f2e23c6d35d7a615c461187f1e2fb (patch) | |
tree | d133ed61ec0bf37f933764858f9c995e6cf874f8 /docs/MANUAL | |
parent | a5e09e9eea3cf4607b66a5d4fb8b5b43c0ed95c3 (diff) | |
download | curl-fa08362a5f7f2e23c6d35d7a615c461187f1e2fb.tar.gz |
MANUAL: language fix
Reported-by: Fred Stluka
Bug: https://github.com/bagder/curl/issues/255
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 113df2016..fb349485f 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -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 |