aboutsummaryrefslogtreecommitdiff
path: root/src/xz/message.c
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-01-06 00:03:06 +0800
committerJia Tan <jiat0218@gmail.com>2023-07-17 23:34:55 +0800
commit5f3b898d07cc9b7160c7c88b3120b7edabb8a5b0 (patch)
treec1783485d8461d1d1b5440a5898ca8e8f4a5616d /src/xz/message.c
parentxz: Add --filters option to CLI. (diff)
downloadxz-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.c6
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"