diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-14 19:51:03 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-14 19:51:03 +0200 |
commit | 19b2674f07f8b588dfaf6638396b4b42866d7e23 (patch) | |
tree | 165c00edb19b35de0e2aa5b0da9af2f4c73eebcf /src | |
parent | Update the debug programs so that they compile again. (diff) | |
download | xz-19b2674f07f8b588dfaf6638396b4b42866d7e23.tar.xz |
Fix description of --memory in --long-help.
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/message.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xz/message.c b/src/xz/message.c index 8fffa8c7..fcbf5967 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -1078,8 +1078,7 @@ message_help(bool long_help) if (long_help) puts(_( " -M, --memory=NUM use roughly NUM bytes of memory at maximum; 0 indicates\n" -" the default setting, which depends on the operation mode\n" -" and the amount of physical memory (RAM)")); +" the default setting, which is 40 % of total RAM")); if (long_help) { puts(_( |