We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b7ab0 commit 7ba5b0bCopy full SHA for 7ba5b0b
src/odoc/bin/main.ml
@@ -892,7 +892,8 @@ end = struct
892
893
let info ~docs =
894
let doc =
895
- Format.sprintf "Generate %s files from a $(i,.odocl)." R.renderer.name
+ Format.sprintf "Generate %s files from a $(i,impl-*.odocl)."
896
+ R.renderer.name
897
in
898
Term.info ~docs ~doc (R.renderer.name ^ "-generate-impl")
899
end
@@ -959,7 +960,7 @@ end = struct
959
960
961
962
Format.sprintf
- "Print the files that would be generated by $(i,%s-generate)."
963
+ "Print the files that would be generated by $(i,%s-generate-impl)."
964
R.renderer.name
965
966
Term.info (R.renderer.name ^ "-targets-impl") ~docs ~doc
0 commit comments