Fixes #2622 -- better document how --nodejs flag works

This commit is contained in:
Jeremy Ashkenas 2013-01-05 18:18:08 -10:00
parent f8c751b3a4
commit 2c20ac6aa9
1 changed files with 34 additions and 33 deletions

View File

@ -318,8 +318,9 @@ Expressions
<td><code>--nodejs</code></td>
<td>
The <tt>node</tt> executable has some useful options you can set,
such as<br /> <tt>--debug</tt>, <tt>--debug-brk</tt> and <tt>--max-stack-size</tt>. Use this
flag to forward options directly to Node.js.
such as<br /> <tt>--debug</tt>, <tt>--debug-brk</tt>, <tt>--max-stack-size</tt>,
and <tt>--expose-gc</tt>. Use this flag to forward options directly to Node.js.
To pass multiple flags, use <tt>--nodejs</tt> multiple times.
</td>
</tr>
</table>