Skip to content

Commit b4d70bb

Browse files
authored
Apply --json doc's fix
ref: curl/curl#15197
1 parent c42ad58 commit b4d70bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/post/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ curl 7.82.0 introduced the `--json` option as a new way to send JSON formatted
44
data to HTTP servers using POST. This option works as a shortcut and provides
55
a single option that replaces these three:
66

7-
--data [arg]
7+
--data-binary [arg]
88
--header "Content-Type: application/json"
99
--header "Accept: application/json"
1010

0 commit comments

Comments
 (0)