diff options
| author | coqbot-app[bot] | 2021-03-13 19:36:15 +0000 |
|---|---|---|
| committer | GitHub | 2021-03-13 19:36:15 +0000 |
| commit | 953008d7cbb928ca424834bd516c7d21df769fa2 (patch) | |
| tree | 01dfe0cc2e4b65034985b05492300e91dc97886b /toplevel | |
| parent | 50654a3c660b9e39f7e9d2426b0b53afc48138c5 (diff) | |
| parent | 52cc1e4d8574f6738caa1f7bf19bdd1945e5537e (diff) | |
Merge PR #13931: noglob/dumpglob should be in coqc specific usage
Reviewed-by: gares
Reviewed-by: ejgallego
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/coqc.ml | 2 |
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\ |
