Skip to content

Commit

Permalink
cmdline/options.md: language
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 15, 2023
1 parent 738febf commit 4c467b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdline/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ handles options and URLs.

To make the string itself contain double quotes, which is common when you for
example want to send a string of JSON to the server, you may need to use
single quotes (except on Windows, where single quotes does not work the same
single quotes (except on Windows, where single quotes do not work the same
way). Send the JSON string `{ "name": "Darth" }`:

curl -d '{ "name": "Darth" }' http://example.com
Expand Down

0 comments on commit 4c467b1

Please sign in to comment.