diff options
| author | Gaëtan Gilbert | 2019-02-20 23:22:20 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-02-21 12:43:17 +0100 |
| commit | 2abf8037772ee1bb9fbfa255800222663daf18e5 (patch) | |
| tree | c605450f5a0e8534e51f9d11e396d20c46e06e2a /checker | |
| parent | 924468eb648750bf2cbb6de0b1c8f7a2960f0bf5 (diff) | |
Fix #9613 use -coqlib when invoking coqchk
In passing add -coqlib to coqchk's usage message.
Diffstat (limited to 'checker')
| -rw-r--r-- | checker/checker.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checker/checker.ml b/checker/checker.ml index 3db7ccdcae..4dac02210b 100644 --- a/checker/checker.ml +++ b/checker/checker.ml @@ -189,6 +189,7 @@ let print_usage_channel co command = \n -admit module load module and dependencies without checking\ \n -norec module check module but admit dependencies without checking\ \n\ +\n -coqlib dir set coqchk's standard library location\ \n -where print coqchk's standard library location and exit\ \n -v print coqchk version and exit\ \n -boot boot mode\ |
