Document -redirout/-redirerr + -nocolor for compiler options

This commit is contained in:
Dale Weiler 2012-11-24 21:11:54 +00:00
parent 98d35eb6ba
commit 3b54012324

View file

@ -286,6 +286,18 @@
<td>-fhelp or -f?</td>
<td>Lists all code generation options</td>
</tr>
<tr>
<td>-redirout=&lt;file&gt;</td>
<td>Redirect stdout to any file.</td>
</tr>
<tr>
<td>-redirerr=&lt;file&gt;</td>
<td>Redirect stderr to any file.</td>
</tr>
<tr>
<td>-nocolor</td>
<td>Turn off colored stdout/stderr.</td>
</tr>
</table>
<h1><a name="bdoc">Building Documentation</a></h1>