aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-11-29 15:10:27 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-11-29 15:10:53 +0100
commitd81cbbcc2c3637ae7d5f21cbcbda93dbf0c9776e (patch)
treed6443dc6f70b03371053a5b8f364c56273629cfd /docs/curl.1
parent0dd6522036daa8468c55c4a0c6b70d1c510e879a (diff)
curl.1: -G also takes --data-urlencode data
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.18
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 7a0a1e023..57751ffd6 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -646,10 +646,10 @@ you can specify URLs that contain the letters {}[] without having them being
interpreted by curl itself. Note that these letters are not normal legal URL
contents but they should be encoded according to the URI standard.
.IP "-G, --get"
-When used, this option will make all data specified with \fI-d, --data\fP or
-\fI--data-binary\fP to be used in an HTTP GET request instead of the POST
-request that otherwise would be used. The data will be appended to the URL
-with a '?' separator.
+When used, this option will make all data specified with \fI-d, --data\fP,
+\fI--data-binary\fP or \fI--data-urlencode\fP to be used in an HTTP GET
+request instead of the POST request that otherwise would be used. The data
+will be appended to the URL with a '?' separator.
If used in combination with -I, the POST data will instead be appended to the
URL with a HEAD request.