Skip to content

Commit 300b28b

Browse files
panglesdjonludlam
authored andcommitted
Fix cmdliner compatibility
1 parent d5ade27 commit 300b28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odoc/bin/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ module Extract_code = struct
17151715
$ (const extract $ dst $ input $ line_directives $ names))
17161716

17171717
let info ~docs =
1718-
Term.info "extract-code" ~docs
1718+
Cmd.info "extract-code" ~docs
17191719
~doc:
17201720
"Extract code blocks from mld files in order to be able to execute them"
17211721
end

0 commit comments

Comments
 (0)