mirror of
https://github.com/vasi/pixz
synced 2024-11-16 21:26:04 +00:00
Remove old warning from README
This commit is contained in:
parent
b23370a64b
commit
b961f6109e
4
README
4
README
@ -41,8 +41,6 @@ $ pixz -t foo.tar # Compress but don't treat it as a tarball (don't in
|
|||||||
$ pixz -d -t foo.tpxz # Decompress foo, don't check that contents match index
|
$ pixz -d -t foo.tpxz # Decompress foo, don't check that contents match index
|
||||||
$ pixz -l -t foo.tpxz # List the xz blocks instead of files
|
$ pixz -l -t foo.tpxz # List the xz blocks instead of files
|
||||||
|
|
||||||
WARNING: Running pixz without the -t flag will cause it to treat the input as a tarball, as long as it looks vaguely tarball-like. This means if the file starts with at least 1024 zero bytes, pixz will assume it's empty, and truncate the output! If your input files aren't tarballs, run with -t or face possible data-loss.
|
|
||||||
|
|
||||||
|
|
||||||
Compare to:
|
Compare to:
|
||||||
plzip
|
plzip
|
||||||
@ -67,7 +65,7 @@ Comparable tools for other compression algorithms:
|
|||||||
* bzip2 algorithm is non-ideal
|
* bzip2 algorithm is non-ideal
|
||||||
pigz
|
pigz
|
||||||
* Not indexable
|
* Not indexable
|
||||||
dictzip
|
dictzip, idzip
|
||||||
* Not parallel
|
* Not parallel
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user