diff options
| author | Maxime Dénès | 2018-01-13 09:16:19 -0800 |
|---|---|---|
| committer | Maxime Dénès | 2018-01-13 09:16:19 -0800 |
| commit | 06b27c26e23a7f783c408535fe40565f3497abf5 (patch) | |
| tree | 073f0cc39cd93f6f5eb65940b884078427ac44fa | |
| parent | 1f63d4f24aab75fab2a3586e194c09a02e5028e2 (diff) | |
| parent | 8de997434f5002728840123dab3aa3e899d1d3f2 (diff) | |
Merge PR #6581: Added newline at the end of usage of coqdep.
| -rw-r--r-- | tools/coqdep.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml index fd4be08b12..2433cb1d0f 100644 --- a/tools/coqdep.ml +++ b/tools/coqdep.ml @@ -455,7 +455,7 @@ let usage () = eprintf " -coqlib dir : set the coq standard library directory\n"; eprintf " -suffix s : \n"; eprintf " -slash : deprecated, no effect\n"; - eprintf " -dyndep (opt|byte|both|no|var) : set how dependencies over ML modules are printed"; + eprintf " -dyndep (opt|byte|both|no|var) : set how dependencies over ML modules are printed\n"; exit 1 let split_period = Str.split (Str.regexp (Str.quote ".")) |
