From 5ad944e36845961ddfeb35605ad242e4b96d1282 Mon Sep 17 00:00:00 2001 From: Moinak Ghosh Date: Wed, 25 Jul 2012 21:12:30 +0530 Subject: [PATCH] Update usage text. --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 9d562cf..5ff3599 100644 --- a/main.c +++ b/main.c @@ -96,6 +96,8 @@ usage(void) "1) To compress a file:\n" " %s -c [-l ] [-s ] \n" " Where 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" " lzma - The LZMA (Lempel-Ziv Markov) algorithm from 7Zip.\n" " bzip2 - Bzip2 Algorithm from libbzip2.\n"