mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
Document -redirout/-redirerr + -nocolor for compiler options
This commit is contained in:
parent
98d35eb6ba
commit
3b54012324
1 changed files with 12 additions and 0 deletions
12
doc.html
12
doc.html
|
@ -286,6 +286,18 @@
|
||||||
<td>-fhelp or -f?</td>
|
<td>-fhelp or -f?</td>
|
||||||
<td>Lists all code generation options</td>
|
<td>Lists all code generation options</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>-redirout=<file></td>
|
||||||
|
<td>Redirect stdout to any file.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>-redirerr=<file></td>
|
||||||
|
<td>Redirect stderr to any file.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>-nocolor</td>
|
||||||
|
<td>Turn off colored stdout/stderr.</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h1><a name="bdoc">Building Documentation</a></h1>
|
<h1><a name="bdoc">Building Documentation</a></h1>
|
||||||
|
|
Loading…
Reference in a new issue