mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-19 18:11:16 +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>Lists all code generation options</td>
|
||||
</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>
|
||||
|
||||
<h1><a name="bdoc">Building Documentation</a></h1>
|
||||
|
|
Loading…
Reference in a new issue