From bd137524f2f50e30ba054f42f1f6536cd3cee920 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 2 Oct 2008 22:51:46 +0300 Subject: Initial changes to change the suffix of the new format to .xz. This also fixes a bug related to --suffix option. Some issues with suffixes with --format=raw were not fixed. --- src/lzma/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lzma/help.c') diff --git a/src/lzma/help.c b/src/lzma/help.c index 0b530ff5..3b9e3989 100644 --- a/src/lzma/help.c +++ b/src/lzma/help.c @@ -46,7 +46,7 @@ show_help(void) " -z, --compress force compression\n" " -d, --decompress force decompression\n" " -t, --test test compressed file integrity\n" -" -l, --list list block sizes, total sizes, and possible metadata\n" +" -l, --list list information about files\n" )); puts(_( @@ -57,7 +57,7 @@ show_help(void) " -c, --stdout write to standard output and don't delete input files\n" " -S, --suffix=.SUF use suffix `.SUF' on compressed files instead of `.lzma'\n" " -F, --format=FMT file format to encode or decode; possible values are\n" -" `auto' (default), `native', `alone', and `raw'\n" +" `auto' (default), `xz', `lzma', and `raw'\n" " --files=[FILE] read filenames to process from FILE; if FILE is\n" " omitted, filenames are read from the standard input;\n" " filenames must be terminated with the newline character\n" -- cgit v1.2.3