From 855bdf94895cdf61912510d4c42e2c276d4e08bc Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 21 Jan 2015 12:20:49 +0000 Subject: [PATCH] Layout --- cpdfcommand.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 1667c40..23a9b99 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1483,7 +1483,9 @@ and specs = ""); (* Undocumented now, since /frombox, /tobox now used *) ("-frombox", Arg.String setfrombox, " Set box to copy from"); ("-tobox", Arg.String settobox, " Set box to copy to"); - ("-mediabox-if-missing", Arg.Unit setmediaboxifmissing, " If copy from box missing, substitute media box"); + ("-mediabox-if-missing", + Arg.Unit setmediaboxifmissing, + " If copy from box missing, substitute media box"); ("-mediabox", Arg.String setmediabox, " Set media box on specified pages");