aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-02-09 20:56:23 -0500
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-02-09 20:56:23 -0500
commit8d402d08d773af276f1b3741b88ae70d7e174149 (patch)
tree70d2d2a05e141743dcc0da4a2ab3898653a977af
parentd239790152d4f8836585518712ae1fd68f06dfa5 (diff)
Fix a typo
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index b59dd36a..c57bec4f 100755
--- a/emcc
+++ b/emcc
@@ -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 }}}