]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor man page clarification 3942/head
authorYann Collet <cyan@fb.com>
Mon, 11 Mar 2024 19:23:37 +0000 (12:23 -0700)
committerYann Collet <cyan@fb.com>
Mon, 11 Mar 2024 19:23:37 +0000 (12:23 -0700)
programs/zstd.1.md

index b11ad900d2bf83509807234bcfd8d316c6826d05..646e3cf28eb2ebe9b2d5934c4d479464518f1d48 100644 (file)
@@ -234,8 +234,8 @@ the last one takes effect.
     write to standard output (even if it is the console); keep original files (disable `--rm`).
 * `-o FILE`:
     save result into `FILE`.
-    This command is in conflict with `-c`.
-    If both are present on the command line, the last expressed one wins.
+    Note that this operation is in conflict with `-c`.
+    If both operations are present on the command line, the last expressed one wins.
 * `--[no-]sparse`:
     enable / disable sparse FS support,
     to make files with many zeroes smaller on disk.