Clarify the -d and -m build options. [closes #167]

Former-commit-id: d3ee420b982291632785d6583a6f2981ab07a635
This commit is contained in:
John-David Dalton
2013-01-24 00:08:52 -08:00
parent 9f7319cff4
commit 4c83435b4b
2 changed files with 4 additions and 4 deletions

View File

@@ -156,9 +156,9 @@ Unless specified by `-o` or `--output`, all files created are saved to the curre
The following options are also supported:
* `-c`, `--stdout` ......... Write output to standard output
* `-d`, `--debug` ........... Write only the debug output
* `-d`, `--debug` ........... Write only the non-minified development output
* `-h`, `--help` ............. Display help information
* `-m`, `--minify` ......... Write only the minified output
* `-m`, `--minify` ......... Write only the minified production output
* `-o`, `--output` ......... Write output to a given path/filename
* `-p`, `--source-map` .. Generate a source map for the minified output
* `-s`, `--silent` ......... Skip status updates normally logged to the console

View File

@@ -588,9 +588,9 @@
' Options:',
'',
' -c, --stdout Write output to standard output',
' -d, --debug Write only the debug output',
' -d, --debug Write only the non-minified development output',
' -h, --help Display help information',
' -m, --minify Write only the minified output',
' -m, --minify Write only the minified production output',
' -o, --output Write output to a given path/filename',
' -p, --source-map Generate a source map for the minified output',
' -s, --silent Skip status updates normally logged to the console',