From b5e16382e88dc89e489632761987120a9d6b0b46 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 4 Jan 2022 12:05:11 +0000 Subject: [PATCH] more --- cpdfimage.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfimage.ml b/cpdfimage.ml index 8294161..cc85b29 100644 --- a/cpdfimage.ml +++ b/cpdfimage.ml @@ -50,7 +50,7 @@ let write_image path_to_p2p path_to_im pdf resources name image = with 0 -> Sys.remove pnm | _ -> - Printf.eprintf "Call to imagemagick failed: did you specify -p2p correctly?\n%!"; + Printf.eprintf "Call to imagemagick failed: did you specify -p2p or -im correctly?\n%!"; Sys.remove pnm end end