diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-10 01:27:15 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-10 01:27:15 +0200 |
commit | b1ae6dd731ea3636c3c2bfc7aefa71457d3328f1 (patch) | |
tree | 0d706ea9b8bb534c9bf2f086f136a8e081cfd555 /src/xz/message.c | |
parent | Added preset=NUM to --lzma1 and --lzma2. This makes it easy (diff) | |
download | xz-b1ae6dd731ea3636c3c2bfc7aefa71457d3328f1.tar.xz |
Use "decompression" consistently in --long-help.
Diffstat (limited to '')
-rw-r--r-- | src/xz/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/message.c b/src/xz/message.c index 39f751e8..e4f2182b 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -871,7 +871,7 @@ message_help(bool long_help) my_printf(_( "On this system and configuration, the tool will use at maximum of\n" " * roughly %'" PRIu64 " MiB RAM for compression;\n" -" * roughly %'" PRIu64 " MiB RAM for uncompression; and\n"), +" * roughly %'" PRIu64 " MiB RAM for decompression; and\n"), hardware_memlimit_encoder() / (1024 * 1024), hardware_memlimit_decoder() / (1024 * 1024)); my_printf(N_(" * one thread for (de)compression.\n\n", |