aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ad072cf..d2343728 100644
--- a/README.md
+++ b/README.md
@@ -95,8 +95,9 @@ The available options are:
`wrap_iife` Wrap IIFEs in parenthesis. Note: you may
want to disable `negate_iife` under
compressor options.
- -o, --output <file> Output file (default STDOUT). Specify "spidermonkey"
- to dump SpiderMonkey AST format (as JSON) to STDOUT.
+ -o, --output <file> Output file path (default STDOUT). Specify `ast` or
+ `spidermonkey` to write UglifyJS or SpiderMonkey AST
+ as JSON to STDOUT respectively.
--comments [filter] Preserve copyright comments in the output. By
default this works like Google Closure, keeping
JSDoc-style comments that contain "@license" or