Update usage text.

This commit is contained in:
Moinak Ghosh 2012-07-25 21:12:30 +05:30
parent 296e2ab6b2
commit 5ad944e368

2
main.c
View file

@ -96,6 +96,8 @@ usage(void)
"1) To compress a file:\n" "1) To compress a file:\n"
" %s -c <algorithm> [-l <compress level>] [-s <chunk size>] <file>\n" " %s -c <algorithm> [-l <compress level>] [-s <chunk size>] <file>\n"
" Where <algorithm> can be the folowing:\n" " Where <algorithm> can be the folowing:\n"
" lzfx - Very fast and small algorithm based on LZF.\n"
" lz4 - Ultra fast, high-throughput algorithm reaching RAM B/W at level1.\n"
" zlib - The base Zlib format compression (not Gzip).\n" " zlib - The base Zlib format compression (not Gzip).\n"
" lzma - The LZMA (Lempel-Ziv Markov) algorithm from 7Zip.\n" " lzma - The LZMA (Lempel-Ziv Markov) algorithm from 7Zip.\n"
" bzip2 - Bzip2 Algorithm from libbzip2.\n" " bzip2 - Bzip2 Algorithm from libbzip2.\n"