aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
authorGaëtan Gilbert2021-03-11 19:57:38 +0100
committerGaëtan Gilbert2021-03-11 19:57:38 +0100
commit52cc1e4d8574f6738caa1f7bf19bdd1945e5537e (patch)
tree15772922ebc6a0c407800866025a5e50e1e21758 /toplevel
parentd33266649d285b7d8ba5a7093319faa6132d6bc9 (diff)
noglob/dumpglob should be in coqc specific usage
Fix #13930
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqc.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/coqc.ml b/toplevel/coqc.ml
index b7af66b2ee..b78bcce6db 100644
--- a/toplevel/coqc.ml
+++ b/toplevel/coqc.ml
@@ -26,6 +26,8 @@ let coqc_specific_usage = Usage.{
coqc specific options:\
\n -o f.vo use f.vo as the output file name\
\n -verbose compile and output the input file\
+\n -noglob do not dump globalizations\
+\n -dump-glob f dump globalizations in file f (to be used by coqdoc)\
\n -schedule-vio2vo j f1..fn run up to j instances of Coq to turn each fi.vio\
\n into fi.vo\
\n -schedule-vio-checking j f1..fn run up to j instances of Coq to check all\