From: Wolfgang Bumiller Date: Wed, 26 Dec 2012 09:26:04 +0000 (+0100) Subject: manpage: added -v to the qcvm manpage X-Git-Tag: before-library~492 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=5779fea9b48cfb7cf50f6fe39fdd90175c454e25;hp=af5b552a7f08b0115f620d999043e5722d6cdadb;p=xonotic%2Fgmqcc.git manpage: added -v to the qcvm manpage --- diff --git a/doc/qcvm.1 b/doc/qcvm.1 index 857225f..332cce9 100644 --- a/doc/qcvm.1 +++ b/doc/qcvm.1 @@ -47,7 +47,13 @@ This option disables execution. .TP .B "-printfuns" List functions and some information about their parameters. -This option disables execution. +This option disables execution. With a verbosity level of 1, builtin +numbers are printed. With a verbosity of 2, the function's sizes are +printed as well. This takes a little longer since the size is found by +searching for a DONE instruction in the code. +.TP +.B "-v" +Increase verbosity level, can be used multiple times. .TP .BI "-vector """ "x y z" """" Append a vector parameter to be passed to \fImain\fR.