summaryrefslogtreecommitdiff
path: root/apps/pdfdebug.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-04 21:37:44 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-04 21:37:44 +0200
commitf2526bd0a2a7b01b3ae1b7c20a420d99ef73f18a (patch)
treee0ed7990bd059e0e0040d7ee74f493fe1ef5475e /apps/pdfdebug.c
parent2a37cd713500883e69fee26a0973a90e34b0cba4 (diff)
downloadmupdf-f2526bd0a2a7b01b3ae1b7c20a420d99ef73f18a.tar.xz
update usage message in pdfdebug
Diffstat (limited to 'apps/pdfdebug.c')
-rw-r--r--apps/pdfdebug.c4
1 files changed, 2 insertions, 2 deletions
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)
{