aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBenoît Zugmeyer <bzugmeyer@gmail.com>2013-01-03 11:22:37 +0100
committerBenoît Zugmeyer <bzugmeyer@gmail.com>2013-01-03 11:22:37 +0100
commitba403331c556598138946185042eb3ea917cf676 (patch)
tree9b5cd2eda17d3b234123ba486c97cdb1661dea90 /bin
parente82e89d1b05163c896de7ba66663c4a4a98067b9 (diff)
downloadtracifyjs-ba403331c556598138946185042eb3ea917cf676.tar.gz
tracifyjs-ba403331c556598138946185042eb3ea917cf676.zip
Set --version as a boolean #87
Diffstat (limited to 'bin')
-rwxr-xr-xbin/uglifyjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs
index 9eb1f316..e6ecb91a 100755
--- a/bin/uglifyjs
+++ b/bin/uglifyjs
@@ -76,6 +76,7 @@ You need to pass an argument to this option to specify the name that your module
.boolean("acorn")
.boolean("spidermonkey")
.boolean("lint")
+ .boolean("V")
.wrap(80)