Fix usage description

This commit is contained in:
David Majda 2010-11-14 18:13:28 +01:00
parent 490eeadffe
commit 4d68812b65

View file

@ -49,7 +49,7 @@ function printVersion() {
}
function printHelp() {
print("Usage: pegjs [options] [--] <parser_var> [<input_file>] [<output_file>]");
print("Usage: pegjs [options] [--] [<input_file>] [<output_file>]");
print("");
print("Generates a parser from the PEG grammar specified in the <input_file> and");
print("writes it to the <output_file>.");