From d9f61c65d663d0aa03bd60d776ea06e40f07b1fa Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 5 Apr 2017 16:51:54 +0200 Subject: [PATCH] Adjusted help for -n - Making it more clear that conversion is off by default --- precomp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precomp.cpp b/precomp.cpp index a9b8d34..633335f 100644 --- a/precomp.cpp +++ b/precomp.cpp @@ -1030,7 +1030,7 @@ int init(int argc, char* argv[]) { printf(" c[lbn] Compression method to use, l = lzma2, b = bZip2, n = none \n"); printf(" lm[amount] Set maximal LZMA memory in MiB <%i>\n", lzma_max_memory_default()); printf(" lt[count] Set LZMA thread count \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) \n"); printf(" v Verbose (debug) mode \n"); printf(" d[depth] Set maximal recursion depth <10>\n"); printf(" zl[1..9][1..9] zLib levels to try for compression (comma separated) \n");