Layout
This commit is contained in:
parent
10f61a0ff7
commit
855bdf9489
|
@ -1483,7 +1483,9 @@ and specs =
|
||||||
""); (* Undocumented now, since /frombox, /tobox now used *)
|
""); (* Undocumented now, since /frombox, /tobox now used *)
|
||||||
("-frombox", Arg.String setfrombox, " Set box to copy from");
|
("-frombox", Arg.String setfrombox, " Set box to copy from");
|
||||||
("-tobox", Arg.String settobox, " Set box to copy to");
|
("-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",
|
("-mediabox",
|
||||||
Arg.String setmediabox,
|
Arg.String setmediabox,
|
||||||
" Set media box on specified pages");
|
" Set media box on specified pages");
|
||||||
|
|
Loading…
Reference in New Issue