]> granicus.if.org Git - curl/commitdiff
MANUAL: language fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2015 12:17:28 +0000 (14:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2015 12:17:28 +0000 (14:17 +0200)
Reported-by: Fred Stluka
Bug: https://github.com/bagder/curl/issues/255

docs/MANUAL

index 113df20163b696dc6a96e9f9d4310fb18154a7f9..fb349485f9d7c156f89c517518b8822d79ee6b89 100644 (file)
@@ -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