]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update man 3443/head
authorYann Collet <cyan@fb.com>
Sat, 21 Jan 2023 02:07:55 +0000 (18:07 -0800)
committerYann Collet <cyan@fb.com>
Sat, 21 Jan 2023 02:07:55 +0000 (18:07 -0800)
programs/zstd.1.md

index 45a88a34782ac775b4ed6546c60cfea41198c55c..3b7f24f798053aab2b40c78d0255643e288bf3a1 100644 (file)
@@ -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.