diff options
| author | Maxime Dénès | 2016-09-30 11:58:29 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-09-30 11:58:29 +0200 |
| commit | 10545881bb05aedafc512e211a4df9e7433750e7 (patch) | |
| tree | 8a53185e0872710f5f9871b0e9614e4ef388f364 | |
| parent | 215c4aaa5e4b51ff46f9dc536720af4c4ce9f5e8 (diff) | |
| parent | 2008e95eb33ccfdd191afc0d3f692772c077b7a4 (diff) | |
Merge remote-tracking branch 'github/pr/281' into v8.6
Was PR#281: Fix indentation of -profile-ltac in -help
| -rw-r--r-- | toplevel/usage.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/usage.ml b/toplevel/usage.ml index 8f77aea440..de41f7b190 100644 --- a/toplevel/usage.ml +++ b/toplevel/usage.ml @@ -82,7 +82,7 @@ let print_usage_channel co command = \n the directory $COQ_XML_LIBRARY_ROOT (if set) or to\ \n stdout (if unset)\ \n -time display the time taken by each command\ -\n -profile-ltac display the time taken by each (sub)tactic\ +\n -profile-ltac display the time taken by each (sub)tactic\ \n -m, --memory display total heap size at program exit\ \n (use environment variable\ \n OCAML_GC_STATS=\"/tmp/gclog.txt\"\ |
