diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-08-19 23:32:22 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-08-19 23:40:00 +0300 |
commit | 02a777f9c422d3b5ec895078530bb1a2b6f7bdf5 (patch) | |
tree | 4a375487e653f8f4dc470cbfb5c0e1932b8f412f /src/xz/xz.1 | |
parent | xz: Update the man page for threaded decompression and memlimits. (diff) | |
download | xz-02a777f9c422d3b5ec895078530bb1a2b6f7bdf5.tar.xz |
xz: Revise --info-memory output.
The strings could be more descriptive but it's good
to have some version of this committed now.
--robot mode wasn't changed yet.
Diffstat (limited to 'src/xz/xz.1')
-rw-r--r-- | src/xz/xz.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 5fe4690e..7187b41e 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -1867,6 +1867,7 @@ for details. .TP .B \-\-info\-memory Display, in human-readable format, how much physical memory (RAM) +and how many processor threads .B xz thinks the system has and the memory usage limits for compression and decompression, and exit successfully. |