mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +01:00
Better warning
This commit is contained in:
parent
e78d9e2373
commit
7f59c906e1
@ -1212,7 +1212,7 @@ let setrevision n =
|
|||||||
match args.inputs with
|
match args.inputs with
|
||||||
(a, b, c, d, e, _)::more ->
|
(a, b, c, d, e, _)::more ->
|
||||||
args.inputs <- (a, b, c, d, e, Some n) :: more
|
args.inputs <- (a, b, c, d, e, Some n) :: more
|
||||||
| [] -> Printf.eprintf "Warning. -revision ignored"
|
| [] -> Printf.eprintf "Warning. -revision ignored.\n"
|
||||||
|
|
||||||
let setoutline () =
|
let setoutline () =
|
||||||
args.outline <- true
|
args.outline <- true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user