Add minimal doc

This commit is contained in:
Xavier Claude 2026-07-27 21:12:48 +02:00
parent fb98921e4d
commit e1c4398ef2

View file

@ -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