diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-01-06 00:03:06 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-07-17 23:34:55 +0800 |
commit | 5f3b898d07cc9b7160c7c88b3120b7edabb8a5b0 (patch) | |
tree | c1783485d8461d1d1b5440a5898ca8e8f4a5616d /src/xz/message.c | |
parent | xz: Add --filters option to CLI. (diff) | |
download | xz-5f3b898d07cc9b7160c7c88b3120b7edabb8a5b0.tar.xz |
xz: Update --long-help and man page for new --filters option.
Diffstat (limited to 'src/xz/message.c')
-rw-r--r-- | src/xz/message.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xz/message.c b/src/xz/message.c index c54ebc5b..b9fdc510 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -1057,6 +1057,12 @@ message_help(bool long_help) puts(_( "\n Custom filter chain for compression (alternative for using presets):")); + puts(_( +"\n" +" --filters=FILTERS set the filter chain using the liblzma filter string\n" +" syntax; use --filters-help for more information" + )); + #if defined(HAVE_ENCODER_LZMA1) || defined(HAVE_DECODER_LZMA1) \ || defined(HAVE_ENCODER_LZMA2) || defined(HAVE_DECODER_LZMA2) // TRANSLATORS: The word "literal" in "literal context bits" |