]> git.ipfire.org Git - thirdparty/zstd.git/commit
[zstdcli] Add window size to verbose list 882/head
authorNick Terrell <terrelln@fb.com>
Wed, 4 Oct 2017 19:23:23 +0000 (12:23 -0700)
committerNick Terrell <terrelln@fb.com>
Wed, 4 Oct 2017 19:26:28 +0000 (12:26 -0700)
commit6dd958eea203198482034a6de7993a392bc5c347
tree5fd7bb0331cd19d7fa95b6885e3b29ffb6a7cd1a
parentc85141caed09a62a97c40de3858b1d102de92045
[zstdcli] Add window size to verbose list

```
> zstd --list -v file1 file2 file3
*** zstd command line interface 64-bits v1.3.2, by Yann Collet ***
Window Size: 512.00 KB (524288 B)
Compressed Size: 0.02 KB (19 B)
Check: XXH64

Window Size: 8192.00 KB (8388608 B)
Compressed Size: 0.02 KB (19 B)
Check: XXH64

Window Size: 512.00 KB (524288 B)
Compressed Size: 0.01 KB (15 B)
Check: None

```
programs/fileio.c