diff --git a/bin/pegjs-main.js b/bin/pegjs-main.js index e0435cf..f6c4361 100644 --- a/bin/pegjs-main.js +++ b/bin/pegjs-main.js @@ -50,7 +50,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 . The parser object will be stored in a variable");