From 713f265cde23d5308289b70ab5baeea8727dd59c Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 9 Oct 2013 14:34:50 +0100 Subject: [PATCH] Fixes for -args --- cpdfcommand.ml | 2 +- cpdfmanual.tex | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 6236dcb..e84baec 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1248,7 +1248,7 @@ and specs = " Speed over correctness with malformed documents"); ("-control", Arg.String make_control_argv_and_parse, - " Use a control file"); + " Use a control file. Deprecated. Use -args."); ("-merge", Arg.Unit (setop Merge), " Merge a number of files into one"); diff --git a/cpdfmanual.tex b/cpdfmanual.tex index e5e2433..6714314 100644 --- a/cpdfmanual.tex +++ b/cpdfmanual.tex @@ -1,6 +1,7 @@ %To document for next version: % Anil's changes to output format of -list-annotations % The new -open-at-page, -open-at-page-fit options +% Add -args, clean up -control documentation \documentclass[a4paper,makeidx]{memoir} \usepackage{palatino}