Kaydet (Commit) b05dade3 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#90526 don't show splashscreen for -pt -or -p

Change-Id: I64c6d82e3ff738fbc83b00d640765e8863ccd9b6
üst 75ae1437
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment