From 6580c05decb34d3c3faaa266fd411d0a1a7e8e0b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 16 Jun 2020 17:11:00 -0400 Subject: KNARC: Fix typo in help string; suppress narrowing warnings --- tools/knarc/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/knarc/Source.cpp') diff --git a/tools/knarc/Source.cpp b/tools/knarc/Source.cpp index 32756c69..21020891 100644 --- a/tools/knarc/Source.cpp +++ b/tools/knarc/Source.cpp @@ -37,7 +37,7 @@ static inline void usage() { cout << "\t-d DIRECTORY\tDirectory to pack from/unpack to" << endl; cout << "\t-p TARGET\tPack to the target NARC" << endl; cout << "\t-u SOURCE\tUnpack from the source NARC" << endl; - cout << "\t-n\tSuppress building the filename table" << endl; + cout << "\t-n\tBuild the filename table (default: discards filenames)" << endl; cout << "\t-D/--debug\tPrint additional debug messages" << endl; cout << "\t-h/--help\tPrint this message and exit" << endl; } -- cgit v1.2.3