]> granicus.if.org Git - xz/commitdiff
Add a rough explanation of --extreme to output of --help.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Feb 2009 17:07:54 +0000 (19:07 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Feb 2009 17:07:54 +0000 (19:07 +0200)
src/xz/message.c

index eba7205f44ca8b8a07e6cccc2da6af7ad2ed3d0e..ae9b590e376c6bc0332da0554e20b550df0db8e6 100644 (file)
@@ -1075,6 +1075,10 @@ message_help(bool long_help)
 "  -0 .. -9            compression preset; 0-2 fast compression, 3-5 good\n"
 "                      compression, 6-9 excellent compression; default is 6"));
 
+       puts(_(
+"  -e, --extreme       use more CPU time when encoding to increase compression\n"
+"                      ratio without increasing memory usage of the decoder"));
+
        puts(_(
 "  -M, --memory=NUM    use roughly NUM bytes of memory at maximum; 0 indicates\n"
 "                      the default setting, which depends on the operation mode\n"