Include --lzma as a compression tuning option in --help.
modified: help.cpp
This commit is contained in:
parent
63dc19ce25
commit
0c18c1c35c
@ -214,6 +214,7 @@ void show_help(int verbose)
|
||||
con_fprintf(f,"\nCompression tuning options:\n");
|
||||
fg = con_fg(f,fg);
|
||||
con_fprintf(f,
|
||||
" --lzma try LZMA [slower but tighter than NRV]\n"
|
||||
" --brute try all available compression methods & filters [slow]\n"
|
||||
" --ultra-brute try even more compression variants [very slow]\n"
|
||||
"\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user