From 342fa273aef98ce2949140333fa61a34bf37570a Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Mon, 29 Jun 2009 22:07:12 +0200 Subject: Correct pdfinfo usage text. --- apps/pdfinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/pdfinfo.c b/apps/pdfinfo.c index 40b02901..108b77e7 100644 --- a/apps/pdfinfo.c +++ b/apps/pdfinfo.c @@ -189,7 +189,7 @@ void infousage(void) { fprintf(stderr, - "usage: mupdftool info [options] [file.pdf ... ]\n" + "usage: pdfinfo [options] [file.pdf ... ]\n" " -d -\tpassword for decryption\n" " -f -\tlist fonts\n" " -i -\tlist images\n" @@ -198,7 +198,7 @@ infousage(void) " -s -\tlist shadings\n" " -x -\tlist form and postscript xobjects\n" " example:\n" - " mupdftool info -p mypassword a.pdf\n"); + " pdfinfo -p mypassword a.pdf\n"); exit(1); } -- cgit v1.2.3