aboutsummaryrefslogtreecommitdiff
path: root/src/xz/message.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-05-23 15:12:23 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-05-23 15:12:23 +0300
commitb1edee2cdc7ef4411b1a21c07094ec763f071281 (patch)
tree41e429c0071bac8b83ddf0680100fb7880249af5 /src/xz/message.c
parentUpdated THANKS. (diff)
downloadxz-b1edee2cdc7ef4411b1a21c07094ec763f071281.tar.xz
Add support for specifying the BCJ filter start offset
in the xz command line tool.
Diffstat (limited to '')
-rw-r--r--src/xz/message.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 7598adce..1d9cb76e 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1101,12 +1101,14 @@ message_help(bool long_help)
puts(_(
"\n"
-" --x86 x86 filter (sometimes called BCJ filter)\n"
-" --powerpc PowerPC (big endian) filter\n"
-" --ia64 IA64 (Itanium) filter\n"
-" --arm ARM filter\n"
-" --armthumb ARM-Thumb filter\n"
-" --sparc SPARC filter"));
+" --x86[=OPTS] x86 BCJ filter\n"
+" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
+" --ia64[=OPTS] IA64 (Itanium) BCJ filter\n"
+" --arm[=OPTS] ARM BCJ filter (little endian only)\n"
+" --armthumb[=OPTS] ARM-Thumb BCJ filter (little endian only)\n"
+" --sparc[=OPTS] SPARC BCJ filter\n"
+" Valid OPTS for all BCJ filters:\n"
+" start=NUM start offset for conversions (default=0)"));
#if defined(HAVE_ENCODER_DELTA) || defined(HAVE_DECODER_DELTA)
puts(_(