diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-16 17:11:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-16 17:11:00 -0400 |
commit | 6580c05decb34d3c3faaa266fd411d0a1a7e8e0b (patch) | |
tree | 156d507097ab02858f78200e37d21da9794b7d00 /tools/knarc/Source.cpp | |
parent | 51434cf8bbf32f977946b91d29591691b18f73d0 (diff) |
KNARC: Fix typo in help string; suppress narrowing warnings
Diffstat (limited to 'tools/knarc/Source.cpp')
-rw-r--r-- | tools/knarc/Source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |