declared `--stats` as boolean
authorMihai Bazon <mihai@bazon.net>
Wed, 5 Sep 2012 15:19:24 +0000 (18:19 +0300)
committerMihai Bazon <mihai@bazon.net>
Wed, 5 Sep 2012 15:19:24 +0000 (18:19 +0300)
bin/uglifyjs2

index 258ca0e..1b64c2f 100755 (executable)
@@ -25,6 +25,7 @@ Use a single dash to read input from the standard input.\
 
     .boolean("b")
     .boolean("v")
+    .boolean("stats")
 
     .argv
 ;