File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,19 @@ let filename =
4747 Arg. (value & pos 0 (some file) None & info [] ~docv: " FILE" ~doc )
4848
4949let 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
5353let 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
5757let 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
6161let 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
6565let mlpreview_cmd =
You can’t perform that action at this time.
0 commit comments