From: Yann Collet Date: Sat, 21 Jan 2023 02:07:55 +0000 (-0800) Subject: update man X-Git-Tag: v1.5.4^2~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6fd91ba84633f1e077f98a2df69bab8b430600e;p=thirdparty%2Fzstd.git update man --- diff --git a/programs/zstd.1.md b/programs/zstd.1.md index 45a88a347..3b7f24f79 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -241,8 +241,10 @@ the last one takes effect. occur when the output destination is stdout and the force (`-f`) option is set. * `--rm`: - remove source file(s) after successful compression or decompression. If used in combination with - `-o`, will trigger a confirmation prompt (which can be silenced with `-f`), as this is a destructive operation. + remove source file(s) after successful compression or decompression. + This command is silently ignored if output is `stdout`. + If used in combination with `-o`, + triggers a confirmation prompt (which can be silenced with `-f`), as this is a destructive operation. * `-k`, `--keep`: keep source file(s) after successful compression or decompression. This is the default behavior.