From 69265d0f223ddf1d66f799b8b047df22923e376f Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 9 Nov 2022 11:27:20 +0200 Subject: xz: Add a comment why --to-stdout is not in --help. It is on the man page still. --- src/xz/message.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xz/message.c b/src/xz/message.c index be120caf..651a890f 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -1129,6 +1129,9 @@ message_help(bool long_help) " -k, --keep keep (don't delete) input files\n" " -f, --force force overwrite of output file and (de)compress links\n" " -c, --stdout write to standard output and don't delete input files")); + // NOTE: --to-stdout isn't included above because it's not + // the recommended spelling. It was copied from gzip but other + // compressors with gzip-like syntax don't support it. if (long_help) { puts(_( -- cgit v1.2.3