mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Mention --threads in --help.
Thanks to Olivier Delhomme for pointing out that this was still missing.
This commit is contained in:
parent
db5c1817fa
commit
4c7e28705f
1 changed files with 4 additions and 0 deletions
|
@ -1152,6 +1152,10 @@ message_help(bool long_help)
|
||||||
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
|
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
|
||||||
" does not affect decompressor memory requirements"));
|
" 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) {
|
if (long_help) {
|
||||||
// FIXME? Mention something about threading?
|
// FIXME? Mention something about threading?
|
||||||
puts(_(
|
puts(_(
|
||||||
|
|
Loading…
Reference in a new issue