aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toplevel/coqtop.ml2
-rw-r--r--toplevel/usage.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml
index 1a6867a51f..569710bbc9 100644
--- a/toplevel/coqtop.ml
+++ b/toplevel/coqtop.ml
@@ -249,7 +249,7 @@ let parse_args arglist =
Flags.compat_version := get_compat_version v; parse rem
| "-compat" :: [] -> usage ()
- | "-verb-compat-notations" :: rem -> verb_compat_ntn := true; parse rem
+ | "-verbose-compat-notations" :: rem -> verb_compat_ntn := true; parse rem
| "-no-compat-notations" :: rem -> no_compat_ntn := true; parse rem
| "-vm" :: rem -> use_vm := true; parse rem
diff --git a/toplevel/usage.ml b/toplevel/usage.ml
index e1b70b52ea..fc7aca6eab 100644
--- a/toplevel/usage.ml
+++ b/toplevel/usage.ml
@@ -32,7 +32,7 @@ let print_usage_channel co command =
\n -nois start with an empty state\
\n -outputstate f write state in file f.coq\
\n -compat X.Y provides compatibility support for Coq version X.Y\
-\n -verb-compat-notations be warned when using compatibility notations\
+\n -verbose-compat-notations be warned when using compatibility notations\
\n -no-compat-notations get an error when using compatibility notations\
\n\
\n -load-ml-object f load ML object file f\