From cfe33f2002cb5c712c5f4d4f577894d83f9728ac Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 10 Jan 2024 18:39:00 +0000 Subject: [PATCH] Clarify magick --- cpdfcommand.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 982e298..807b4ef 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -2741,7 +2741,7 @@ and specs = " See manual for usage."); ("-im", Arg.String setimpath, - " Path to imagemagick executable"); + " Path to magick executable"); ("-p2p", Arg.String setp2ppath, " Path to pnmtopng executable"); @@ -2937,7 +2937,6 @@ and specs = ("-debug-stderr-to-stdout", Arg.Unit setstderrtostdout, ""); ("-stay-on-error", Arg.Unit setstayonerror, ""); (* These items are unfinished *) - ("-extract-text", Arg.Unit (setop ExtractText), ""); ("-extract-text-font-size", Arg.Float setextracttextfontsize, ""); ]