aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorletouzey2012-07-08 19:29:13 +0000
committerletouzey2012-07-08 19:29:13 +0000
commit33aa990046792f9617d5135d4b43de3fd0d91c3f (patch)
tree26e88f98ea65a5b855067b629aa5aac7383fd812
parent30b9d6b27c3eed8caf142b4c06722f4b44def888 (diff)
verbose compat notations : nicer option name
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15548 85f007b7-540e-0410-9357-904b9bb8a0f7
-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\