This commit is contained in:
John Whitington 2015-01-21 12:20:49 +00:00
parent 10f61a0ff7
commit 855bdf9489
1 changed files with 3 additions and 1 deletions

View File

@ -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");