Clarify magick

This commit is contained in:
John Whitington 2024-01-10 18:39:00 +00:00
parent 4b4b6f92bf
commit cfe33f2002
1 changed files with 1 additions and 2 deletions

View File

@ -2741,7 +2741,7 @@ and specs =
" See manual for usage."); " See manual for usage.");
("-im", ("-im",
Arg.String setimpath, Arg.String setimpath,
" Path to imagemagick executable"); " Path to magick executable");
("-p2p", ("-p2p",
Arg.String setp2ppath, Arg.String setp2ppath,
" Path to pnmtopng executable"); " Path to pnmtopng executable");
@ -2937,7 +2937,6 @@ and specs =
("-debug-stderr-to-stdout", Arg.Unit setstderrtostdout, ""); ("-debug-stderr-to-stdout", Arg.Unit setstderrtostdout, "");
("-stay-on-error", Arg.Unit setstayonerror, ""); ("-stay-on-error", Arg.Unit setstayonerror, "");
(* These items are unfinished *) (* These items are unfinished *)
("-extract-text", Arg.Unit (setop ExtractText), ""); ("-extract-text", Arg.Unit (setop ExtractText), "");
("-extract-text-font-size", Arg.Float setextracttextfontsize, ""); ("-extract-text-font-size", Arg.Float setextracttextfontsize, "");
] ]