aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-04-16 04:04:28 +0800
committerGitHub <noreply@github.com>2017-04-16 04:04:28 +0800
commit251ff1d1af3209af99d37007691acd5a3b771cfb (patch)
treeb70d54c7d43bfd0f63ec2ceec3919fa0d94bd14d /bin
parentec443e422c220619fe671166e467d3d8838b0cab (diff)
downloadtracifyjs-251ff1d1af3209af99d37007691acd5a3b771cfb.tar.gz
tracifyjs-251ff1d1af3209af99d37007691acd5a3b771cfb.zip
update README (#1813)
- mention major version bump - remove reference to internal API
Diffstat (limited to 'bin')
-rwxr-xr-xbin/uglifyjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs
index 96eef27e..f31529b0 100755
--- a/bin/uglifyjs
+++ b/bin/uglifyjs
@@ -36,7 +36,7 @@ program.option("-d, --define <expr>[=value]", "Global definitions.", parse_js("d
program.option("--ie8", "Support non-standard Internet Explorer 8.");
program.option("--keep-fnames", "Do not mangle/drop function names. Useful for code relying on Function.prototype.name.");
program.option("--name-cache <file>", "File to hold mangled name mappings.");
-program.option("--self", "Build UglifyJS2 as a library (implies --wrap UglifyJS)");
+program.option("--self", "Build UglifyJS as a library (implies --wrap UglifyJS)");
program.option("--source-map [options]", "Enable source map/specify source map options.", parse_source_map());
program.option("--stats", "Display operations run time on STDERR.")
program.option("--toplevel", "Compress and/or mangle variables in toplevel scope.");