Skip to content

Commit

Permalink
doc: fix help documentation for dune describe
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Jun 8, 2023
1 parent fc4a2e3 commit cadd70b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/describe/describe_opam_files.ml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let term =

let command =
let doc =
"prints information about the Opam files that have been discovered"
"Print information about the opam files that have been discovered."
in
let info = Cmd.info ~doc "opam-files" in
Cmd.v info term
2 changes: 1 addition & 1 deletion bin/describe/describe_pp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ let term =
Describe_common.Preprocess.run super_context file)

let command =
let doc = "builds a given FILE and prints the preprocessed output" in
let doc = "Build a given FILE and print the preprocessed output." in
let info = Cmd.info ~doc "pp" in
Cmd.v info term
2 changes: 1 addition & 1 deletion bin/describe/describe_workspace.ml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ let term : unit Term.t =

let command =
let doc =
"prints a description of the workspace's structure. If some directories \
"Print a description of the workspace's structure. If some directories \
DIRS are provided, then only those directories of the workspace are \
considered."
in
Expand Down

0 comments on commit cadd70b

Please sign in to comment.