From f2526bd0a2a7b01b3ae1b7c20a420d99ef73f18a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 4 May 2005 21:37:44 +0200 Subject: update usage message in pdfdebug --- apps/pdfdebug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/pdfdebug.c') diff --git a/apps/pdfdebug.c b/apps/pdfdebug.c index 2a18ade7..bb2d57e2 100644 --- a/apps/pdfdebug.c +++ b/apps/pdfdebug.c @@ -7,7 +7,7 @@ static int doprintxref = 0; void usage() { - fprintf(stderr, "usage: pdfdebug [-dxs] [-u password] file.pdf [oid ...]\n"); + fprintf(stderr, "usage: pdfdebug [-dx] [-u password] file.pdf [oid ...]\n"); exit(1); } @@ -119,7 +119,7 @@ int main(int argc, char **argv) pdf_xref *xref; int c; - while ((c = getopt(argc, argv, "drxopu:")) != -1) + while ((c = getopt(argc, argv, "dxu:")) != -1) { switch (c) { -- cgit v1.2.3