Adjusted help for -n

- Making it more clear that conversion is off by default
This commit is contained in:
Christian Schneider 2017-04-05 16:51:54 +02:00
parent dcc1c648f2
commit d9f61c65d6

View file

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