aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-05-25 07:15:55 +0800
committerGitHub <noreply@github.com>2017-05-25 07:15:55 +0800
commit793d61499b4ab53cdfdd3b81b9faf9f36b77bae8 (patch)
treeae3837ea2eb3070a2f0f8ea9fd93d36388a54940 /README.md
parenta277fe168dede9d61781547ab30adfaf593e6e6e (diff)
downloadtracifyjs-793d61499b4ab53cdfdd3b81b9faf9f36b77bae8.tar.gz
tracifyjs-793d61499b4ab53cdfdd3b81b9faf9f36b77bae8.zip
report timing breakdown (#2000)
fix corner cases with `sourceMap` fixes #1998
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45c95e3a..47012c11 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ a double dash to prevent input files being used as option arguments:
the source map.
`url` If specified, path to the source map to append in
`//# sourceMappingURL`.
- --stats Display operations run time on STDERR.
+ --timings Display operations run time on STDERR.
--toplevel Compress and/or mangle variables in top level scope.
--verbose Print diagnostic messages.
--warn Print warning messages.