aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/usage.ml
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-11-15 21:28:25 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-11-16 13:31:48 +0100
commit346df3d1336bfa01bc6e58ea08245b67d3127a00 (patch)
tree799308215ccd255b377ad1525d2e4980552d18fe /toplevel/usage.ml
parented4a2b7426bbe776aa4f3f5f5d688a72ece66e5f (diff)
For consistency with other coqtop flags, use -help rather than --help in usage.
Diffstat (limited to 'toplevel/usage.ml')
-rw-r--r--toplevel/usage.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/usage.ml b/toplevel/usage.ml
index 1efccefba..a85f2f5c2 100644
--- a/toplevel/usage.ml
+++ b/toplevel/usage.ml
@@ -67,7 +67,7 @@ let print_usage_channel co command =
\n -impredicative-set set sort Set impredicative\
\n -indices-matter levels of indices (and nonuniform parameters) contribute to the level of inductives\
\n -time display the time taken by each command\
-\n -h, --help print this list of options\
+\n -h, -help print this list of options\
\n";
List.iter (fun (name, text) ->
output_string co