mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Not 100x slower any more. Update docs.
This commit is contained in:
parent
5ea38c0e44
commit
c9cfd30eb5
2
main.c
2
main.c
|
|
@ -46,7 +46,7 @@ static void usage(void)
|
||||||
print_output(" -g gzip compression using zlib\n");
|
print_output(" -g gzip compression using zlib\n");
|
||||||
print_output(" -z zpaq compression (best, extreme compression, extremely slow)\n");
|
print_output(" -z zpaq compression (best, extreme compression, extremely slow)\n");
|
||||||
print_output(" -M Maximum window (all available ram)\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(" -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(" -N value Set nice value to value (default 19)\n");
|
||||||
print_output(" -v[v] Increase verbosity\n");
|
print_output(" -v[v] Increase verbosity\n");
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ Here is a summary of the options to lrzip\&.
|
||||||
\-g gzip compression using zlib
|
\-g gzip compression using zlib
|
||||||
\-z zpaq compression (best, extreme compression, extremely slow)
|
\-z zpaq compression (best, extreme compression, extremely slow)
|
||||||
\-M Maximum window (all available ram)
|
\-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)
|
\-T value Compression threshold with LZO test. (0 (nil) - 10 (high), default 1)
|
||||||
\-N value Set nice value to value (default 19)
|
\-N value Set nice value to value (default 19)
|
||||||
\-v[v] Increase verbosity
|
\-v[v] Increase verbosity
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue