mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Adjusted help for -n
- Making it more clear that conversion is off by default
This commit is contained in:
parent
dcc1c648f2
commit
d9f61c65d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ int init(int argc, char* argv[]) {
|
|||
printf(" c[lbn] Compression method to use, l = lzma2, b = bZip2, n = none <l>\n");
|
||||
printf(" lm[amount] Set maximal LZMA memory in MiB <%i>\n", lzma_max_memory_default());
|
||||
printf(" lt[count] Set LZMA thread count <auto-detect: %i>\n", auto_detected_thread_count());
|
||||
printf(" n[lbn] Convert a PCF file to this compression (same as above)\n");
|
||||
printf(" n[lbn] Convert a PCF file to this compression (same as above) <off>\n");
|
||||
printf(" v Verbose (debug) mode <off>\n");
|
||||
printf(" d[depth] Set maximal recursion depth <10>\n");
|
||||
printf(" zl[1..9][1..9] zLib levels to try for compression (comma separated) <all>\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue