diff --git a/bin/pegjs b/bin/pegjs index d15c06f..fe099ac 100755 --- a/bin/pegjs +++ b/bin/pegjs @@ -15,13 +15,6 @@ function printVersion() { function printHelp() { console.log("Usage: pegjs [options] [--] [] []"); console.log(""); - console.log("Generates a parser from the PEG grammar specified in the and writes"); - console.log("it to the ."); - console.log(""); - console.log("If the is omitted, its name is generated by changing the"); - console.log(" extension to \".js\". If both and are"); - console.log("omitted, standard input and output are used."); - console.log(""); console.log("Options:"); console.log(" -e, --export-var name of a global variable into which the"); console.log(" parser object is assigned to when no module");