From 61cb073ef58952d5206ce15f339b9e90ed615f58 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 4 Nov 2016 16:46:08 +0000 Subject: [PATCH] more --- cpdfcommand.ml | 10 +++++----- cpdfmanual.tex | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 6b39d56..f6a6aaa 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1553,7 +1553,7 @@ and specs = " Explicitly add a range"); ("-revision", Arg.Int setrevision, - " Set the revision to read for the file just named."); + ""); ("-change-id", Arg.Unit (setop ChangeId), " Change the file's /ID tag"); @@ -1758,7 +1758,7 @@ and specs = " Set the font size"); ("-no-embed-font", Arg.Unit setnoembedfont, - "Do not embed fonts"); + " Do not embed fonts"); ("-color", Arg.String setcolor, " Set the color"); @@ -1950,7 +1950,7 @@ and specs = " Count pages"); ("-revisions", Arg.Unit (setop Revisions), - " Count number of revisions"); + ""); ("-list-attached-files", Arg.Unit (setop ListAttachedFiles), " List attached files"); @@ -2044,6 +2044,8 @@ and specs = ("-list-spot-colours", Arg.Unit (setop ListSpotColours), " List spot colours"); + ("-squeeze", Arg.Unit setsqueeze, " Squeeze"); + ("-squeeze-log-to", Arg.String setsqueezelogto, " Squeeze log location"); (*These items are undocumented *) ("-stay-on-error", Arg.Unit setstayonerror, ""); ("-extract-fontfile", Arg.Unit (setop ExtractFontFile), ""); @@ -2058,8 +2060,6 @@ and specs = ("-debug", Arg.Unit setdebug, ""); ("-debug-crypt", Arg.Unit setdebugcrypt, ""); ("-fix-prince", Arg.Unit (setop RemoveUnusedResources), ""); - ("-squeeze", Arg.Unit setsqueeze, ""); - ("-squeeze-log-to", Arg.String setsqueezelogto, ""); ("-extract-text", Arg.Unit (setop ExtractText), "")] and usage_msg = diff --git a/cpdfmanual.tex b/cpdfmanual.tex index fccf8c4..4c785e1 100644 --- a/cpdfmanual.tex +++ b/cpdfmanual.tex @@ -1,8 +1,3 @@ -%FIXME: Document -no-embed-font and encoding switch -%Documents bates enhancements -%Document -bates-at-range (must come after range given) and after -bates if -%given -%Docuement all uses of -fast and content stream sharing \documentclass{book} \usepackage{palatino} \usepackage{microtype}