From: Dale Weiler Date: Sat, 24 Nov 2012 21:11:54 +0000 (+0000) Subject: Document -redirout/-redirerr + -nocolor for compiler options X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3b54012324347775c2af11843c0e9d3d29a24e82;p=xonotic%2Fgmqcc.git Document -redirout/-redirerr + -nocolor for compiler options --- diff --git a/doc.html b/doc.html index f45c9b8..b5ee868 100644 --- a/doc.html +++ b/doc.html @@ -286,6 +286,18 @@ -fhelp or -f? Lists all code generation options + + -redirout=<file> + Redirect stdout to any file. + + + -redirerr=<file> + Redirect stderr to any file. + + + -nocolor + Turn off colored stdout/stderr. +

Building Documentation