]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[client] Update top line of help output
authorRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:49:41 +0000 (15:49 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:49:41 +0000 (15:49 -0400)
It said "Boot splash control client" before, but we do
boot and shutdown splashes.

src/client/plymouth.c

index ab6f2a9c72fdbeef48ea993e3c139bf295cc3bfc..28ec6bb312d077392a64fdedd470d6c343f6491f 100644 (file)
@@ -859,7 +859,7 @@ main (int    argc,
 
   state.loop = ply_event_loop_new ();
   state.client = ply_boot_client_new ();
-  state.command_parser = ply_command_parser_new ("plymouth", "Boot splash control client");
+  state.command_parser = ply_command_parser_new ("plymouth", "Splash control client");
 
   ply_command_parser_add_options (state.command_parser,
                                   "help", "This help message", PLY_COMMAND_OPTION_TYPE_FLAG,