From: Sebastian Walz Date: Tue, 8 Oct 2024 12:19:36 +0000 (+0200) Subject: json.md: cli-option `--json` is an alias of `--data-binary` X-Git-Tag: curl-8_11_0~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adca93b53c11c94eab1feffde2d3a2d5170a2b6c;p=thirdparty%2Fcurl.git json.md: cli-option `--json` is an alias of `--data-binary` Closes #15197 --- diff --git a/docs/cmdline-opts/json.md b/docs/cmdline-opts/json.md index 8056e62e7c..7763d81ee0 100644 --- a/docs/cmdline-opts/json.md +++ b/docs/cmdline-opts/json.md @@ -24,7 +24,7 @@ Example: Sends the specified JSON data in a POST request to the HTTP server. --json works as a shortcut for passing on these three options: - --data [arg] + --data-binary [arg] --header "Content-Type: application/json" --header "Accept: application/json"