Skip to content

Commit f8226f7

Browse files
committed
Fix docv for asset unit file
1 parent 1e2d55a commit f8226f7

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
@@ -924,7 +924,7 @@ end = struct
924924
Arg.(
925925
required
926926
& opt (some convert_fpath) None
927-
& info [ "asset-unit" ] ~doc ~docv:"asset-file.odocl")
927+
& info [ "asset-unit" ] ~doc ~docv:"asset-FILE.odocl")
928928

929929
let asset_file =
930930
let doc = "The asset file" in

0 commit comments

Comments
 (0)