From adca93b53c11c94eab1feffde2d3a2d5170a2b6c Mon Sep 17 00:00:00 2001 From: Sebastian Walz Date: Tue, 8 Oct 2024 14:19:36 +0200 Subject: [PATCH] json.md: cli-option `--json` is an alias of `--data-binary` Closes #15197 --- docs/cmdline-opts/json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3