From 9bf7c0c5ff6bdd5579b7d62ad0bfbbb79c476bbe Mon Sep 17 00:00:00 2001 From: David Majda Date: Tue, 21 Jun 2016 16:25:13 +0200 Subject: [PATCH] bin/pegjs: Remove detailed instructions from the help text They don't belong there. Part of #370. --- bin/pegjs | 7 ------- 1 file changed, 7 deletions(-) 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");