summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-19 16:13:00 +0000
committerTor Andersson <tor@ghostscript.com>2010-07-19 16:13:00 +0000
commit7003e9a344cd4fd647dc258aa61784ce45726539 (patch)
tree9d4103c788246f416b57d49ee924a9dbcb18cb38 /apps
parent3b68bfaa033447d3d4c5fec58940da6e9b2203ce (diff)
downloadmupdf-7003e9a344cd4fd647dc258aa61784ce45726539.tar.xz
Update debian package and the man pages for the command line tools.
Diffstat (limited to 'apps')
-rw-r--r--apps/pdfclean.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pdfclean.c b/apps/pdfclean.c
index f3f1e202..06877fbd 100644
--- a/apps/pdfclean.c
+++ b/apps/pdfclean.c
@@ -554,13 +554,13 @@ int main(int argc, char **argv)
int c, num;
int subset;
- while ((c = fz_getopt(argc, argv, "gxp:")) != -1)
+ while ((c = fz_getopt(argc, argv, "gdp:")) != -1)
{
switch (c)
{
case 'p': password = fz_optarg; break;
case 'g': dogarbage ++; break;
- case 'x': doexpand ++; break;
+ case 'd': doexpand ++; break;
default: usage(); break;
}
}