diff options
author | Mihai Bazon <mihai@bazon.net> | 2013-08-08 09:15:13 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2013-08-08 09:15:13 +0300 |
commit | 6ea3f7fe34e73f7f64b1a52c6dd0a3dcd9faa72e (patch) | |
tree | 68272fb2a7734ef84de6574cffc33a42b0818c83 | |
parent | 4c4dc2137cc256bb1e7a3827b4c96c95be42782e (diff) | |
download | tracifyjs-6ea3f7fe34e73f7f64b1a52c6dd0a3dcd9faa72e.tar.gz tracifyjs-6ea3f7fe34e73f7f64b1a52c6dd0a3dcd9faa72e.zip |
fix usage
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,7 @@ files. The available options are: +``` --source-map Specify an output file where to generate source map. [string] --source-map-root The path to the original source to be included in the @@ -102,6 +103,7 @@ The available options are: --lint Display some scope warnings [boolean] -v, --verbose Verbose [boolean] -V, --version Print version number and exit. [boolean] +``` Specify `--output` (`-o`) to declare the output file. Otherwise the output goes to STDOUT. |