Skip to content

Commit 8e6a953

Browse files
committed
doc: fix help documentation for dune describe
Signed-off-by: Ali Caglayan <[email protected]>
1 parent 0070c4f commit 8e6a953

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/describe/describe_opam_files.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let term =
1616

1717
let command =
1818
let doc =
19-
"prints information about the Opam files that have been discovered"
19+
"Print information about the opam files that have been discovered."
2020
in
2121
let info = Cmd.info ~doc "opam-files" in
2222
Cmd.v info term

bin/describe/describe_pp.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ let term =
1616
Describe_common.Preprocess.run super_context file)
1717

1818
let command =
19-
let doc = "builds a given FILE and prints the preprocessed output" in
19+
let doc = "Build a given FILE and print the preprocessed output." in
2020
let info = Cmd.info ~doc "pp" in
2121
Cmd.v info term

bin/describe/describe_workspace.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ let term : unit Term.t =
163163

164164
let command =
165165
let doc =
166-
"prints a description of the workspace's structure. If some directories \
166+
"Print a description of the workspace's structure. If some directories \
167167
DIRS are provided, then only those directories of the workspace are \
168168
considered."
169169
in

0 commit comments

Comments
 (0)