Skip to content

Commit 7ba5b0b

Browse files
committed
Update man strings
1 parent a3b7ab0 commit 7ba5b0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/odoc/bin/main.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,8 @@ end = struct
892892

893893
let info ~docs =
894894
let doc =
895-
Format.sprintf "Generate %s files from a $(i,.odocl)." R.renderer.name
895+
Format.sprintf "Generate %s files from a $(i,impl-*.odocl)."
896+
R.renderer.name
896897
in
897898
Term.info ~docs ~doc (R.renderer.name ^ "-generate-impl")
898899
end
@@ -959,7 +960,7 @@ end = struct
959960
let info ~docs =
960961
let doc =
961962
Format.sprintf
962-
"Print the files that would be generated by $(i,%s-generate)."
963+
"Print the files that would be generated by $(i,%s-generate-impl)."
963964
R.renderer.name
964965
in
965966
Term.info (R.renderer.name ^ "-targets-impl") ~docs ~doc

0 commit comments

Comments
 (0)