diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/plymouth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/plymouth.c b/src/client/plymouth.c index d544e9c..d4d04b2 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -89,7 +89,7 @@ main (int argc, command_parser = ply_command_parser_new ("plymouth", "Boot splash control client"); ply_command_parser_add_options (command_parser, - "help", "This help message", PLY_COMMAND_OPTION_TYPE_BOOLEAN, + "help", "This help message", PLY_COMMAND_OPTION_TYPE_FLAG, "quit", "Tell boot daemon to quit", PLY_COMMAND_OPTION_TYPE_BOOLEAN, "sysinit", "Tell boot daemon root filesystem is mounted read-write", PLY_COMMAND_OPTION_TYPE_BOOLEAN, "show-splash", "Show splash screen", PLY_COMMAND_OPTION_TYPE_BOOLEAN, |
