aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2019-05-10 09:38:49 +0200
committerHugo Herbelin2019-05-14 11:15:33 +0200
commit879cacd0a7066a77f10f48f7e7c27e4380f43c9d (patch)
tree61c0c6dd1287199c598128a9548a485dc26c8353
parent63a953ddc0db1ec1bf101ed6afdf9262d0d9f355 (diff)
Usage: fixing indentation for set/unset options.
-rw-r--r--toplevel/usage.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/toplevel/usage.ml b/toplevel/usage.ml
index da2094653b..3d15cb0274 100644
--- a/toplevel/usage.ml
+++ b/toplevel/usage.ml
@@ -74,9 +74,9 @@ let print_usage_common co command =
\n -indices-matter levels of indices (and nonuniform parameters) contribute to the level of inductives\
\n -type-in-type disable universe consistency checking\
\n -mangle-names x mangle auto-generated names using prefix x\
-\n -set \"Foo Bar\" enable Foo Bar (as Set Foo Bar. in a file)\
-\n -set \"Foo Bar=value\" set Foo Bar to value (value is interpreted according to Foo Bar's type)\
-\n -unset \"Foo Bar\" disable Foo Bar (as Unset Foo Bar. in a file)\
+\n -set \"Foo Bar\" enable Foo Bar (as Set Foo Bar. in a file)\
+\n -set \"Foo Bar=value\" set Foo Bar to value (value is interpreted according to Foo Bar's type)\
+\n -unset \"Foo Bar\" disable Foo Bar (as Unset Foo Bar. in a file)\
\n -time display the time taken by each command\
\n -profile-ltac display the time taken by each (sub)tactic\
\n -m, --memory display total heap size at program exit\