From 4d68812b6539fac45648dd7c69873acd467f21b6 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 14 Nov 2010 18:13:28 +0100 Subject: [PATCH] Fix usage description --- 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 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 .");