summaryrefslogtreecommitdiff
path: root/man/coqchk.1
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
commit5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 (patch)
tree631ad791a7685edafeb1fb2e8faeedc8379318ae /man/coqchk.1
parentda178a880e3ace820b41d38b191d3785b82991f5 (diff)
Imported Upstream snapshot 8.3~beta0+13298
Diffstat (limited to 'man/coqchk.1')
-rw-r--r--man/coqchk.114
1 files changed, 13 insertions, 1 deletions
diff --git a/man/coqchk.1 b/man/coqchk.1
index b0a9c6ab..f51861f0 100644
--- a/man/coqchk.1
+++ b/man/coqchk.1
@@ -52,7 +52,7 @@ makes coqchk less verbose.
.TP
.BI \-admit \ file-or-module
tag the specified module and all its dependencies as trusted, and will
-not be rechecked, unless explicitely requested by other options.
+not be rechecked, unless explicitly requested by other options.
.TP
.BI \-norec \ file-or-module
@@ -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),