Escape quotes in --content example (#28198)

pull/28201/head
Tom Dykstra 2023-01-25 16:47:19 -08:00 committed by GitHub
parent 109e80346d
commit 4b1a29451b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
* `-c|--content`
Provides an inline HTTP request body. For example, `-c "{"id":2,"name":"Cherry"}"`.
Provides an inline HTTP request body. For example, `-c "{\"id\":2,\"name\":\"Cherry\"}"`.
* `-f|--file`