diff options
-rwxr-xr-x | bin/uglifyjs2 | 1 |
1 files changed, 1 insertions, 0 deletions
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 ; |