summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/pdfshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfshow.c b/apps/pdfshow.c
index 4d59c590..f9026938 100644
--- a/apps/pdfshow.c
+++ b/apps/pdfshow.c
@@ -177,7 +177,7 @@ int main(int argc, char **argv)
char *password = "";
int c;
- while ((c = getopt(argc, argv, "bdp:")) != -1)
+ while ((c = getopt(argc, argv, "d:bx")) != -1)
{
switch (c)
{