mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
manpage: added -v to the qcvm manpage
This commit is contained in:
parent
af5b552a7f
commit
5779fea9b4
1 changed files with 7 additions and 1 deletions
|
@ -47,7 +47,13 @@ This option disables execution.
|
||||||
.TP
|
.TP
|
||||||
.B "-printfuns"
|
.B "-printfuns"
|
||||||
List functions and some information about their parameters.
|
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
|
.TP
|
||||||
.BI "-vector """ "x y z" """"
|
.BI "-vector """ "x y z" """"
|
||||||
Append a vector parameter to be passed to \fImain\fR.
|
Append a vector parameter to be passed to \fImain\fR.
|
||||||
|
|
Loading…
Reference in a new issue