aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-09-22 11:24:48 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-09-22 11:24:48 +0200
commit3699f2ca0980dfcc43d80b64e42378b5f5f08115 (patch)
treee56118577ffe79f0b5c6acd27da95442a2c70ad0 /tools
parent6d3b6c3c1f798ace3b57048401069ec52532d6ed (diff)
parente7b25d6d37b7d3a925096aeb803562ece474c090 (diff)
Merge PR #1070: Remove remaining occurrences of -just-parsing.
Diffstat (limited to 'tools')
-rw-r--r--tools/coqc.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqc.ml b/tools/coqc.ml
index 862225d3d..b381c5ba4 100644
--- a/tools/coqc.ml
+++ b/tools/coqc.ml
@@ -93,7 +93,7 @@ let parse_args () =
| ("-bt"|"-debug"|"-nolib"|"-boot"|"-time"|"-profile-ltac"
|"-batch"|"-noinit"|"-nois"|"-noglob"|"-no-glob"
- |"-q"|"-profile"|"-just-parsing"|"-echo" |"-quiet"
+ |"-q"|"-profile"|"-echo" |"-quiet"
|"-silent"|"-m"|"-beautify"|"-strict-implicit"
|"-impredicative-set"|"-vm"|"-native-compiler"
|"-indices-matter"|"-quick"|"-type-in-type"