Add another example invocation.

This commit is contained in:
Moinak Ghosh 2012-10-21 12:34:34 +05:30
parent 189d32ea52
commit 45487469d1

View file

@ -162,6 +162,11 @@ of 1GB. Allow pcompress to detect the number of CPU cores and use as many thread
pcompress -c lzma -l14 -s1g file.tar
Compress "file.tar" using lz4 at max compression with LZ-Prediction pre-processing
and encryption enabled. Chunksize is 100M:
pcompress -c lz4 -l3 -e -L -s100m file.tar
Compression Algorithms
======================