diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-02-09 20:56:23 -0500 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-02-09 20:56:23 -0500 |
commit | 8d402d08d773af276f1b3741b88ae70d7e174149 (patch) | |
tree | 70d2d2a05e141743dcc0da4a2ab3898653a977af | |
parent | d239790152d4f8836585518712ae1fd68f06dfa5 (diff) |
Fix a typo
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ Options that are modified or new in %s include: will be run). Note that this by itself will not minify the code (closure does that) - --shell-path <path> The path name to a skeleton HTML file used + --shell-file <path> The path name to a skeleton HTML file used when generating HTML output. The shell file used needs to have this token inside it: {{{ SCRIPT_CODE }}} |