mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Add a comment why --to-stdout is not in --help.
It is on the man page still.
This commit is contained in:
parent
fe6b8852a3
commit
69265d0f22
1 changed files with 3 additions and 0 deletions
|
@ -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(_(
|
||||
|
|
Loading…
Reference in a new issue