From e762d33304e6a3a1dfa30896d13430ad8fc7e4a3 Mon Sep 17 00:00:00 2001 From: Xavier Claude Date: Tue, 28 Jul 2026 21:49:01 +0200 Subject: [PATCH] reword the doc --- docs/cmdline-opts/write-out.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/write-out.md b/docs/cmdline-opts/write-out.md index 8d2a68a385..9df35658f8 100644 --- a/docs/cmdline-opts/write-out.md +++ b/docs/cmdline-opts/write-out.md @@ -59,8 +59,8 @@ possible. 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. The output won't exceed 4 digits plus one -suffix character. To use it, add the `:pretty` suffix to the variable. For +what's printed by default on the CLI. The filter allow maximum 4 digits plus +one suffix character. To use it, add the `:pretty` suffix to the variable. For example, `--write-out '%{size_download:pretty}'`. This only works with variable that output a size like parameter