aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coqc.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coqc.ml b/scripts/coqc.ml
index d35141f979..67fd50e8ca 100644
--- a/scripts/coqc.ml
+++ b/scripts/coqc.ml
@@ -137,7 +137,7 @@ let parse_args () =
| ("-notactics"|"-debug"|"-db"|"-debugger"|"-nolib"|"-batch"|"-nois"
|"-q"|"-full"|"-profile"|"-just-parsing"|"-echo" |"-unsafe"|"-quiet"
|"-silent"|"-m"|"-xml"|"-v7"|"-v8"|"-translate"|"strict-implicit"
- |"-dont-load-proofs" as o) :: rem ->
+ |"-dont-load-proofs"|"-impredicative-set" as o) :: rem ->
parse (cfiles,o::args) rem
| ("-v"|"--version") :: _ ->
Usage.version ()