From ef9d0e9547723af012855265539c54e04b09a09a Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 21 Jun 2021 15:56:02 +0100 Subject: [PATCH] docs --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 88ce624..24560ca 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -2218,7 +2218,7 @@ and specs = " Coalesce OCGs with like name"); ("-stamp-as-xobject", Arg.String setstampasxobject, - "Stamp a file as a form xobject in another"); + " Stamp a file as a form xobject in another"); (* These items are undocumented *) ("-remove-unused-resources", Arg.Unit (setop RemoveUnusedResources), ""); ("-stay-on-error", Arg.Unit setstayonerror, "");