aboutsummaryrefslogtreecommitdiff
path: root/src/lzma
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-10-07 16:42:18 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-10-07 16:42:18 +0300
commit0f295bf7a3ece01f667caae318cc3e3424085886 (patch)
tree6c36f7bfbcb8f0d22416e02a9c034529a689c37e /src/lzma
parentMade the preset numbering more logical in liblzma API. (diff)
downloadxz-0f295bf7a3ece01f667caae318cc3e3424085886.tar.xz
Fixed some help messages.
Diffstat (limited to '')
-rw-r--r--src/lzma/help.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lzma/help.c b/src/lzma/help.c
index 3b9e3989..2e59f3b5 100644
--- a/src/lzma/help.c
+++ b/src/lzma/help.c
@@ -55,7 +55,7 @@ show_help(void)
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
" -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"
+" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
" -F, --format=FMT file format to encode or decode; possible values are\n"
" `auto' (default), `xz', `lzma', and `raw'\n"
" --files=[FILE] read filenames to process from FILE; if FILE is\n"
@@ -81,11 +81,11 @@ show_help(void)
"\n"
" --lzma1=[OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
" --lzma2=[OPTS] more of the following options (valid values; default):\n"
-" dict=NUM dictionary size in bytes (1 - 1GiB; 8MiB)\n"
+" dict=NUM dictionary size (4KiB - 1536MiB; 8MiB)\n"
" lc=NUM number of literal context bits (0-4; 3)\n"
" lp=NUM number of literal position bits (0-4; 0)\n"
" pb=NUM number of position bits (0-4; 2)\n"
-" mode=MODE compression mode (`fast' or `best'; `best')\n"
+" mode=MODE compression mode (fast, normal; normal)\n"
" nice=NUM nice length of a match (2-273; 64)\n"
" mf=NAME match finder (hc3, hc4, bt2, bt3, bt4; bt4)\n"
" depth=NUM maximum search depth; 0=automatic (default)\n"