diff options
-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 77fe3d870999..f4c75d54474a 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -38,6 +38,7 @@ static struct { { "invisible", 0, 1, 0, 0, 0, NULL }, { "quickstart", 0, 1, 0, 0, 0, NULL }, { "minimized", 0, 1, 0, 0, 0, NULL }, + { "convert-to", 0, 1, 0, 0, 0, NULL }, /* pagein bits */ { "writer", 0, 0, 0, 0, 0, "pagein-writer" }, |