Skip to content

Commit fb1d132

Browse files
committed
docs: update manpage
1 parent ddbd84d commit fb1d132

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/main.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ let filename =
4747
Arg.(value & pos 0 (some file) None & info [] ~docv:"FILE" ~doc)
4848

4949
let width =
50-
let doc = "Width of preview if applicable." in
50+
let doc = "Width of preview for images." in
5151
Arg.(value & pos 1 int 150 & info [] ~docv:"WIDTH" ~doc)
5252

5353
let height =
54-
let doc = "Height of preview if applicable." in
54+
let doc = "Height of preview for images." in
5555
Arg.(value & pos 2 int 30 & info [] ~docv:"HEIGHT" ~doc)
5656

5757
let horizontal =
58-
let doc = "Horizontal position of preview if applicable." in
58+
let doc = "Horizontal position (currently unused)." in
5959
Arg.(value & pos 3 int 0 & info [] ~docv:"HPOS" ~doc)
6060

6161
let vertical =
62-
let doc = "Vertical position of preview if applicable." in
62+
let doc = "Vertical position (currently unused)." in
6363
Arg.(value & pos 4 int 0 & info [] ~docv:"VPOS" ~doc)
6464

6565
let mlpreview_cmd =

0 commit comments

Comments
 (0)