diff options
Diffstat (limited to 'desktop/unx')
-rw-r--r-- | desktop/unx/source/args.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c index 79f28511b108..bc4c960a2583 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -39,6 +39,7 @@ static struct { { "quickstart", 1, 0, 0, 0, NULL }, { "minimized", 1, 0, 0, 0, NULL }, { "convert-to", 1, 0, 0, 0, NULL }, + { "cat", 1, 0, 0, 0, NULL }, /* pagein bits */ { "writer", 0, 0, 0, 0, "pagein-writer" }, |