From 0a5788b50e280ef2488e5c07e399770b65d93844 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 13 Mar 2010 09:50:56 +0100 Subject: [PATCH] Fixed typo in help: "parserVar" -> "parser_var". --- bin/pegjs-main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");