Skip to content

Commit 1ced6f2

Browse files
EmileTrotignonjonludlam
authored andcommitted
doc adjustement
1 parent e8bcfda commit 1ced6f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/odoc/bin/main.ml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,26 +657,26 @@ end = struct
657657

658658
let page_roots =
659659
let doc =
660-
"Specifies a directory PATH containing pages that can be referenced by \
660+
"Specifies a directory DIR containing pages that can be referenced by \
661661
{!/pkgname/pagename}. A pkgname can be specified in the -P command only \
662662
once. All the trees specified by this option and -L must be disjoint."
663663
in
664664
Arg.(
665665
value
666666
& opt_all convert_named_root []
667-
& info ~docs ~docv:"pkgname:PATH" ~doc [ "P" ])
667+
& info ~docs ~docv:"pkgname:DIR" ~doc [ "P" ])
668668

669669
let lib_roots =
670670
let doc =
671-
"Specifies a library called libname containing the modules in PATH. \
672-
Modules can be referenced both using the flat module namespace \
671+
"Specifies a library called libname containing the modules in directory \
672+
DIR. Modules can be referenced both using the flat module namespace \
673673
{!Module} and the absolute reference {!/libname/Module}. All the trees \
674674
specified by this option and -P must be disjoint."
675675
in
676676
Arg.(
677677
value
678678
& opt_all convert_named_root []
679-
& info ~docs ~docv:"libname:PATH" ~doc [ "L" ])
679+
& info ~docs ~docv:"libname:DIR" ~doc [ "L" ])
680680

681681
let cmd =
682682
let input =

0 commit comments

Comments
 (0)