From 0afafe64fcbaf720889b8906a91dafb6dc409cdd Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Wed, 5 Sep 2012 18:19:24 +0300 Subject: [PATCH] declared `--stats` as boolean --- bin/uglifyjs2 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/uglifyjs2 b/bin/uglifyjs2 index 258ca0e4..1b64c2f5 100755 --- a/bin/uglifyjs2 +++ b/bin/uglifyjs2 @@ -25,6 +25,7 @@ Use a single dash to read input from the standard input.\ .boolean("b") .boolean("v") + .boolean("stats") .argv ; -- 2.34.1