From 5fa08a5dd84f38d311dccfc1de5c1a204b6042b6 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Thu, 13 Jul 2017 16:48:34 +0200 Subject: Adding -print-version in addition to -print-version for consistency. --- toplevel/coqtop.ml | 2 +- toplevel/usage.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toplevel') diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml index 08c235023..86c0cbfa2 100644 --- a/toplevel/coqtop.ml +++ b/toplevel/coqtop.ml @@ -584,7 +584,7 @@ let parse_args arglist = |"-type-in-type" -> set_type_in_type () |"-unicode" -> add_require "Utf8_core" |"-v"|"--version" -> Usage.version (exitcode ()) - |"--print-version" -> Usage.machine_readable_version (exitcode ()) + |"-print-version"|"--print-version" -> Usage.machine_readable_version (exitcode ()) |"-where" -> print_where := true |"-xml" -> Flags.xml_export := true diff --git a/toplevel/usage.ml b/toplevel/usage.ml index f8c7b114c..962bb4302 100644 --- a/toplevel/usage.ml +++ b/toplevel/usage.ml @@ -57,7 +57,7 @@ let print_usage_channel co command = \n -where print Coq's standard library location and exit\ \n -config, --config print Coq's configuration information and exit\ \n -v, --version print Coq version and exit\ -\n --print-version print Coq version in easy to parse format and exit\ +\n -print-version print Coq version in easy to parse format and exit\ \n -list-tags print highlight color tags known by Coq and exit\ \n\ \n -quiet unset display of extra information (implies -w \"-all\")\ -- cgit v1.2.3