Fix usage description
This commit is contained in:
parent
490eeadffe
commit
4d68812b65
|
@ -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>.");
|
||||
|
|
Loading…
Reference in a new issue