Skip to content

Commit

Permalink
Format-dune-file: document that this is low level (#1828)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <me@emillon.org>
  • Loading branch information
emillon authored Feb 11, 2019
1 parent a870484 commit 8aad98a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/format_dune_file.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ let doc = "Format dune files"
let man =
[ `S "DESCRIPTION"
; `P {|$(b,dune format-dune-file) reads a dune file and outputs a formatted
version. |}
version. This is a low-level command, meant to implement editor
support for example. To reformat a dune project, see the "Automatic
formatting" section in the manual.|}
]

let info = Term.info "format-dune-file" ~doc ~man
Expand Down

0 comments on commit 8aad98a

Please sign in to comment.