From 88ccf47205d7f3aa314d358c72ef214f10f68b43 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 3 Jul 2012 21:16:39 +0300 Subject: xz: Add incomplete support for --block-list. It's broken with threads and when also --block-size is used. --- src/xz/message.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/xz/message.c') diff --git a/src/xz/message.c b/src/xz/message.c index 2b6ac5f0..abbd1713 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -1153,10 +1153,16 @@ message_help(bool long_help) " does not affect decompressor memory requirements")); if (long_help) { + // FIXME? Mention something about threading? 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)")); + // FIXME + puts(_( +" --block-list=SIZES\n" +" when compressing to the .xz format, start a new block\n" +" after the given intervals of uncompressed data")); puts(_( // xgettext:no-c-format " --memlimit-compress=LIMIT\n" " --memlimit-decompress=LIMIT\n" -- cgit v1.2.3