mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Fix description of --memory in --long-help.
This commit is contained in:
parent
2291346f0c
commit
19b2674f07
1 changed files with 1 additions and 2 deletions
|
@ -1078,8 +1078,7 @@ message_help(bool long_help)
|
||||||
if (long_help)
|
if (long_help)
|
||||||
puts(_(
|
puts(_(
|
||||||
" -M, --memory=NUM use roughly NUM bytes of memory at maximum; 0 indicates\n"
|
" -M, --memory=NUM use roughly NUM bytes of memory at maximum; 0 indicates\n"
|
||||||
" the default setting, which depends on the operation mode\n"
|
" the default setting, which is 40 % of total RAM"));
|
||||||
" and the amount of physical memory (RAM)"));
|
|
||||||
|
|
||||||
if (long_help) {
|
if (long_help) {
|
||||||
puts(_(
|
puts(_(
|
||||||
|
|
Loading…
Reference in a new issue