From: Daniel Stenberg Date: Fri, 3 Sep 2021 08:14:06 +0000 (+0200) Subject: get.d: provide more useful examples X-Git-Tag: curl-7_79_0~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8210ef06df2bc7e3ecd2d0c389e664450b3a00c;p=thirdparty%2Fcurl.git get.d: provide more useful examples Closes #7668 --- diff --git a/docs/cmdline-opts/get.d b/docs/cmdline-opts/get.d index e51c15563e..c5fb5c9411 100644 --- a/docs/cmdline-opts/get.d +++ b/docs/cmdline-opts/get.d @@ -3,6 +3,8 @@ Short: G Help: Put the post data in the URL and use GET Category: http upload Example: --get $URL +Example: --get -d "tool=curl" -d "age=old" $URL +Example: --get -I -d "tool=curl" $URL --- When used, this option will make all data specified with --data, --data-binary or --data-urlencode to be used in an HTTP GET request instead of the POST