diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/coqchk.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/coqchk.1 b/man/coqchk.1 index b0a9c6abf..2709a4be4 100644 --- a/man/coqchk.1 +++ b/man/coqchk.1 @@ -73,6 +73,18 @@ verified: assumptions and usage of impredicativity allows the checker to verify libraries that have been compiled with this flag. +.TP +.BI \-v +print Coq version and exit + +.TP +.BI \-where +print Coq's standard library location and exit + +.TP +.BI \-h,\ \-\-help +print list of options + .SH SEE ALSO .BR coqtop (1), |