diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-06-15 14:06:29 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-06-15 14:06:29 +0300 |
commit | c15c42abb3c8c6e77c778ef06c97a4a10b8b5d00 (patch) | |
tree | 5c0491fe313afc8adda4332ef44477f1e73992f8 /src/xz/message.c | |
parent | Updated THANKS. (diff) | |
download | xz-c15c42abb3c8c6e77c778ef06c97a4a10b8b5d00.tar.xz |
Add --no-adjust.
Diffstat (limited to 'src/xz/message.c')
-rw-r--r-- | src/xz/message.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xz/message.c b/src/xz/message.c index 6eed5f7e..5044ea22 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -1137,10 +1137,14 @@ message_help(bool long_help) " -e, --extreme use more CPU time when encoding to increase compression\n" " ratio without increasing memory usage of the decoder")); - if (long_help) + if (long_help) { + puts(_( +" --no-adjust if compression settings exceed the memory usage limit,\n" +" give an error instead of adjusting the settings downwards")); puts(_( // xgettext:no-c-format " -M, --memory=NUM use roughly NUM bytes of memory at maximum; 0 indicates\n" " the default setting, which is 40 % of total RAM")); + } if (long_help) { puts(_( |