summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/unx/source/args.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c
index 19301f5948f1..79f28511b108 100644
--- a/desktop/unx/source/args.c
+++ b/desktop/unx/source/args.c
@@ -28,7 +28,8 @@ static struct {
const char *pPageinType;
} pArgDescr[] = {
/* have a trailing argument */
- { "pt", 0, 0, 0, 0, NULL },
+ { "pt", 1, 0, 0, 0, NULL },
+ { "p", 1, 0, 0, 0, NULL },
{ "display", 0, 0, 0, 0, NULL },
/* no splash */