Include --lzma as a compression tuning option in --help.

modified:   help.cpp
This commit is contained in:
John Reiser 2020-12-11 12:34:38 -08:00 committed by Markus F.X.J. Oberhumer
parent 63dc19ce25
commit 0c18c1c35c

View File

@ -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");