diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-07 13:36:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-07 13:40:05 +0000 |
commit | 13b6afe8c8e26d837fc9de9428fe2bfca1b551c6 (patch) | |
tree | 4bc66e05dae6bfb55da9441da62e9399d0d07da8 /desktop/unx | |
parent | b0602d2f179182de42bffb739252cc3f3705d18f (diff) |
Resolves: rhbz#788042 skip splashscreen with --quickstart
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 367bac2c7e90..0952911b5763 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -58,6 +58,7 @@ static struct { { "nologo", 0, 1, 0, 0, NULL }, { "headless", 0, 1, 0, 0, NULL }, { "invisible", 0, 1, 0, 0, NULL }, + { "quickstart", 0, 1, 0, 0, NULL }, { "minimized", 0, 1, 0, 0, NULL }, /* pagein bits */ |