File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -657,26 +657,26 @@ end = struct
657
657
658
658
let page_roots =
659
659
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 \
661
661
{!/pkgname/pagename}. A pkgname can be specified in the -P command only \
662
662
once. All the trees specified by this option and -L must be disjoint."
663
663
in
664
664
Arg. (
665
665
value
666
666
& opt_all convert_named_root []
667
- & info ~docs ~docv: " pkgname:PATH " ~doc [ " P" ])
667
+ & info ~docs ~docv: " pkgname:DIR " ~doc [ " P" ])
668
668
669
669
let lib_roots =
670
670
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 \
673
673
{!Module} and the absolute reference {!/libname/Module}. All the trees \
674
674
specified by this option and -P must be disjoint."
675
675
in
676
676
Arg. (
677
677
value
678
678
& opt_all convert_named_root []
679
- & info ~docs ~docv: " libname:PATH " ~doc [ " L" ])
679
+ & info ~docs ~docv: " libname:DIR " ~doc [ " L" ])
680
680
681
681
let cmd =
682
682
let input =
You can’t perform that action at this time.
0 commit comments