X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=doc%2Fqcvm.1;h=332cce969802eabeed281a9336d3202b4b9a8caf;hp=857225f8e482a5aa6c19593f308780c1b7608d2e;hb=babdebee797f07a3478d7af532536b6f44b33046;hpb=890ca3c782c7c8dfc666e84b0898b8766de6f1dc 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.