KNARC: Fix typo in help string; suppress narrowing warnings

This commit is contained in:
PikalaxALT
2020-06-16 17:11:00 -04:00
parent 51434cf8bb
commit 6580c05dec
2 changed files with 7 additions and 7 deletions

View File

@@ -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;
}