From 9c60380f8696fd971e9452e9ebe548f13301e55e Mon Sep 17 00:00:00 2001 From: fatfisz Date: Sun, 11 Jun 2017 19:03:33 +0200 Subject: [PATCH] Add info about es to the cmd tool --- bin/pegjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pegjs b/bin/pegjs index 2b434c9..fd8a04d 100755 --- a/bin/pegjs +++ b/bin/pegjs @@ -30,8 +30,8 @@ function printHelp() { console.log(" to peg.generate"); console.log(" --extra-options-file file with additional options (in JSON"); console.log(" format) to pass to peg.generate"); - console.log(" --format format of the generated parser: amd,"); - console.log(" commonjs, globals, umd (default: commonjs)"); + console.log(" --format format of the generated parser: amd, commonjs"); + console.log(" es, globals, umd (default: commonjs)"); console.log(" -h, --help print help and exit"); console.log(" -O, --optimize select optimization for speed or size"); console.log(" (default: speed)");