Not 100x slower any more. Update docs.

This commit is contained in:
Con Kolivas 2010-11-06 00:10:57 +11:00
parent 5ea38c0e44
commit c9cfd30eb5
2 changed files with 2 additions and 2 deletions

2
main.c
View file

@ -46,7 +46,7 @@ static void usage(void)
print_output(" -g gzip compression using zlib\n");
print_output(" -z zpaq compression (best, extreme compression, extremely slow)\n");
print_output(" -M Maximum window (all available ram)\n");
print_output(" -U Use unlimited window size beyond ramsize (100x slower)\n");
print_output(" -U Use unlimited window size beyond ramsize (potentially much slower)\n");
print_output(" -T value Compression threshold with LZO test. (0 (nil) - 10 (high), default 1)\n");
print_output(" -N value Set nice value to value (default 19)\n");
print_output(" -v[v] Increase verbosity\n");

View file

@ -48,7 +48,7 @@ Here is a summary of the options to lrzip\&.
\-g gzip compression using zlib
\-z zpaq compression (best, extreme compression, extremely slow)
\-M Maximum window (all available ram)
\-U Use unlimited window size beyond ramsize (100x slower)
\-U Use unlimited window size beyond ramsize (potentially much slower)
\-T value Compression threshold with LZO test. (0 (nil) - 10 (high), default 1)
\-N value Set nice value to value (default 19)
\-v[v] Increase verbosity