File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let term =
1616
1717let 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
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ let term =
1616 Describe_common.Preprocess. run super_context file)
1717
1818let 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
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ let term : unit Term.t =
163163
164164let 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
You can’t perform that action at this time.
0 commit comments