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 @@ -20,7 +20,7 @@ let cmds = [ Test.cmd; Pp.cmd; Deps.cmd; Dune_gen.cmd ]
2020let main (`Setup () ) = `Help (`Pager , None )
2121
2222let 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
Original file line number Diff line number Diff 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."
5757let info = Cmd. info " test" ~doc
5858let cmd = Cmd. v info term
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ let term =
8282
8383let 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
8888let cmd = Cmd. v info term
You can’t perform that action at this time.
0 commit comments