aboutsummaryrefslogtreecommitdiff
path: root/src/xz/message.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-03-18 19:10:30 +0200
committerLasse Collin <lasse.collin@tukaani.org>2011-03-18 19:10:30 +0200
commit923b22483bd9356f3219b2b784d96f455f4dc499 (patch)
tree76cfdf92dedc83e3e344207f9efc7d6281e559b7 /src/xz/message.c
parentxz: Add --single-stream. (diff)
downloadxz-923b22483bd9356f3219b2b784d96f455f4dc499.tar.xz
xz: Add --block-size=SIZE.
This uses LZMA_FULL_FLUSH every SIZE bytes of input. Man page wasn't updated yet.
Diffstat (limited to '')
-rw-r--r--src/xz/message.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 2a928107..249e934f 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1128,6 +1128,10 @@ message_help(bool long_help)
" `auto' (default), `xz', `lzma', and `raw'\n"
" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
" `crc32', `crc64' (default), or `sha256'"));
+ puts(_(
+" --block-size=SIZE\n"
+" when compressing to the .xz format, start a new block\n"
+" after every SIZE bytes of input; 0=disabled (default)"));
}
puts(_(