summaryrefslogtreecommitdiff
path: root/tools/knarc/Source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/knarc/Source.cpp')
-rw-r--r--tools/knarc/Source.cpp2
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;
}