diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-18 15:32:00 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-18 15:32:00 +0100 |
commit | be2db606502eedecc099bb4f529641b31fd5253a (patch) | |
tree | 7b7071085ff4fc50bef28b937b08faf201f8144f | |
parent | 414055dc6dc29f7f79118d536b0ee248c345827d (diff) |
curl.1: add a missing dash
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index beb91940a..0977a1fd6 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -977,7 +977,7 @@ re-send the following request using the same unmodified method. You can tell curl to not change the non-GET request method to GET after a 30x response by using the dedicated options for that: \fI--post301\fP, -\fI--post302\fP and \fI-post303\fP. +\fI--post302\fP and \fI--post303\fP. .IP "--libcurl <file>" Append this option to any ordinary curl command line, and you will get a libcurl-using C source code written to the file that does the equivalent |