From 7fdf0ca379f773deb21f97c7a66c1b9b0bbd4f98 Mon Sep 17 00:00:00 2001 From: Ali Caglayan Date: Mon, 19 Jun 2023 20:22:12 +0200 Subject: [PATCH] refactor: wrap help text for fmt (#7992) Signed-off-by: Ali Caglayan --- bin/build_cmd.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/build_cmd.ml b/bin/build_cmd.ml index 0c306b19dc9..8fcd5307813 100644 --- a/bin/build_cmd.ml +++ b/bin/build_cmd.ml @@ -193,7 +193,10 @@ let fmt = let man = [ `S "DESCRIPTION" ; `P - {|$(b,dune fmt) runs the formatter on the source code. The formatter is automatically selected. ocamlformat is used to format OCaml source code (*.ml and *.mli files) and refmt is used to format Reason source code (*.re and *.rei files).|} + {|$(b,dune fmt) runs the formatter on the source code. The formatter is + automatically selected. ocamlformat is used to format OCaml source code + (*.ml and *.mli files) and refmt is used to format Reason source code + (*.re and *.rei files).|} ; `Blocks Common.help_secs ] in