diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-05-27 22:30:17 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-05-27 22:30:17 +0300 |
commit | ec921105725e4d3ef0a683dd83eee6f24ab60ccd (patch) | |
tree | 7e705d47feef33f0a8a7a4a78d2cad93d70163ad | |
parent | xz: Fix output of verbose --robot --list modes. (diff) | |
download | xz-ec921105725e4d3ef0a683dd83eee6f24ab60ccd.tar.xz |
xz: Document the "summary" lines of --robot -lvv.
This documents only the columns that are in v5.0.
The new columns added in the master branch aren't
necessarily stable yet.
-rw-r--r-- | src/xz/xz.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index f4680f49..3ff89f00 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -1874,6 +1874,25 @@ headers. .PD .PP The columns of the +.B summary +lines: +.PD 0 +.RS +.IP 2. 4 +Amount of memory (in bytes) required to decompress +this file with this +.B xz +version +.IP 3. 4 +.B yes +or +.B no +indicating if all block headers have both compressed size and +uncompressed size stored in them +.RE +.PD +.PP +The columns of the .B totals line: .PD 0 |