From: Yann Collet Date: Mon, 11 Mar 2024 19:23:37 +0000 (-0700) Subject: minor man page clarification X-Git-Tag: v1.5.6^2~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3942%2Fhead;p=thirdparty%2Fzstd.git minor man page clarification --- diff --git a/programs/zstd.1.md b/programs/zstd.1.md index b11ad900d..646e3cf28 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -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.