Skip to content

Commit 7aabddd

Browse files
Update MDX CLI synopsis
1 parent 3272316 commit 7aabddd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let cmds = [ Test.cmd; Pp.cmd; Deps.cmd; Dune_gen.cmd ]
2020
let main (`Setup ()) = `Help (`Pager, None)
2121

2222
let info =
23-
let doc = "Execute markdown files." in
23+
let doc = "Execute code in documentation files." in
2424
let man = [] in
2525
Cmd.info "ocaml-mdx" ~version:"%%VERSION%%" ~doc ~man
2626

bin/test.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ let term =
5353
$ Cli.silent $ Cli.verbose_findlib $ Cli.prelude $ Cli.prelude_str
5454
$ Cli.file $ Cli.section $ Cli.root $ Cli.force_output $ Cli.output)
5555

56-
let doc = "Test markdown files."
56+
let doc = "Test code in documentation files."
5757
let info = Cmd.info "test" ~doc
5858
let cmd = Cmd.v info term

bin/test/main.ml

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

8383
let info =
8484
let man = [] in
85-
let doc = "Test markdown files." in
85+
let doc = "Execute and test code in documentation files." in
8686
Cmd.info "ocaml-mdx-test" ~version:"%%VERSION%%" ~doc ~man
8787

8888
let cmd = Cmd.v info term

0 commit comments

Comments
 (0)