diff --git a/bin/pegjs-main.js b/bin/pegjs-main.js index 19d8972..b032177 100644 --- a/bin/pegjs-main.js +++ b/bin/pegjs-main.js @@ -49,7 +49,7 @@ function printVersion() { } function printHelp() { - print("Usage: pegjs [options] [--] [] []"); + print("Usage: pegjs [options] [--] [] []"); print(""); print("Generates a parser from the PEG grammar specified in the and"); print("writes it to the .");