xz: Add a comment why --to-stdout is not in --help.

It is on the man page still.
This commit is contained in:
Lasse Collin 2022-11-09 11:27:20 +02:00
parent fe6b8852a3
commit 69265d0f22
1 changed files with 3 additions and 0 deletions

View File

@ -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(_(