Skip to content

Commit

Permalink
refactor: wrap help text for fmt (#7992)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter authored Jun 19, 2023
1 parent e004401 commit 7fdf0ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/build_cmd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fdf0ca

Please sign in to comment.