]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
xz: Mention --threads in --help.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 13 Dec 2012 19:05:36 +0000 (21:05 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 13 Dec 2012 19:05:36 +0000 (21:05 +0200)
Thanks to Olivier Delhomme for pointing out that this
was still missing.

src/xz/message.c

index 19e441626937a1d1edb3a2a22f3e8a46e1c8319c..bc16aedbc61eabcbc1ec3b9ca648be96b00c02fe 100644 (file)
@@ -1152,6 +1152,10 @@ message_help(bool long_help)
 "  -e, --extreme       try to improve compression ratio by using more CPU time;\n"
 "                      does not affect decompressor memory requirements"));
 
+       puts(_(
+"  -T, --threads=NUM   use at most NUM threads; the default is 1; set to 0\n"
+"                      to use the number of processor cores"));
+
        if (long_help) {
                // FIXME? Mention something about threading?
                puts(_(