mirror of
https://github.com/curl/curl.git
synced 2026-08-03 11:00:29 +03:00
docs: add a note about --compressed to note about binary output
Closes #20168
This commit is contained in:
parent
5ef7fa39d5
commit
09374f6e75
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ See-also:
|
|||
- remote-name
|
||||
- remote-name-all
|
||||
- remote-header-name
|
||||
- compressed
|
||||
Example:
|
||||
- -o file $URL
|
||||
- "http://{one,two}.example.com" -o "file_#1.txt"
|
||||
|
|
@ -65,3 +66,6 @@ Specify the filename as single minus to force the output to stdout, to
|
|||
override curl's internal binary output in terminal prevention:
|
||||
|
||||
curl https://example.com/jpeg -o -
|
||||
|
||||
Note that the binary output may be caused by the response being compressed, in
|
||||
which case you may want to use the --compressed option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue