mirror of
https://github.com/curl/curl.git
synced 2026-08-05 18:26:14 +03:00
Add minimal doc
This commit is contained in:
parent
fb98921e4d
commit
e1c4398ef2
1 changed files with 5 additions and 0 deletions
|
|
@ -365,6 +365,11 @@ started yet for the handle. The transfer id is unique among all transfers
|
|||
performed using the same connection cache.
|
||||
(Added in 8.2.0)
|
||||
|
||||
The option allow a filter to be added to the variables that express a size.
|
||||
This allow to convert the size using the standard suffixes K, M, G... like
|
||||
what's printed by default on the CLI. To use it, add the `:pretty` suffix to
|
||||
the variable. For example, `--write-out '%{size_download:pretty}'`.
|
||||
|
||||
##
|
||||
|
||||
TIME OUTPUT FORMAT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue