From df0a33a8057dc415a28e4b02d15414da9b1fb2c4 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 1 Sep 2022 16:46:24 +0100 Subject: [PATCH] more --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index ed72d2c..374151f 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1842,7 +1842,7 @@ and specs = " -scale-to-fit \"x y\" scales to page size (x, y)"); ("-scale-contents", Arg.Float setscalecontents, - " Scale Contents by the given factor"); + " Scale contents by the given factor"); ("-scale-to-fit-scale", Arg.Float setscaletofitscale, " -scale-to-fit-scale (1.0 = 100%)");