summaryrefslogtreecommitdiffstats
path: root/util/lexgen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/lexgen/main.cpp')
-rw-r--r--util/lexgen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lexgen/main.cpp b/util/lexgen/main.cpp
index 22b99b633c..517629f4c1 100644
--- a/util/lexgen/main.cpp
+++ b/util/lexgen/main.cpp
@@ -256,7 +256,7 @@ int main(int argc, char **argv)
}
if (ruleFile.isEmpty()) {
- qWarning("usage: lexgen [-test rulefile");
+ qWarning("usage: lexgen [-debug] [-cache] [-test] rulefile");
qWarning(" ");
qWarning(" the -test option will cause lexgen to interpret standard input");
qWarning(" according to the specified rules and print out pairs of token and");