]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
get.d: clarify the explanation
authorpszlazak <11884243+pszlazak@users.noreply.github.com>
Sun, 19 May 2024 15:35:47 +0000 (17:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 May 2024 06:33:33 +0000 (08:33 +0200)
Closes #13706

docs/cmdline-opts/get.md

index f8c8cf2f99b379a0eda9d5e6c4688e0c171d6dd9..395cb884fcb059b31f7559167afc84e4c9e3d35f 100644 (file)
@@ -19,10 +19,10 @@ Example:
 
 # `--get`
 
-When used, this option makes all data specified with --data, --data-binary
-or --data-urlencode to be used in an HTTP GET request instead of the POST
-request that otherwise would be used. The data is appended to the URL
-with a '?' separator.
+When used, this option makes all data specified with --data, --data-binary or
+--data-urlencode to be used in an HTTP GET request instead of the POST request
+that otherwise would be used. curl appends the provided data to the URL as a
+query string.
 
 If used in combination with --head, the POST data is instead appended to the
 URL with a HEAD request.