]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[main] Update top line of help output
authorRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:48:44 +0000 (15:48 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:48:44 +0000 (15:48 -0400)
It said "Boot splash control server" before, but we do
boot and shutdown splashes, and the word "control" doesn't
make sense.

src/main.c

index 94c0d3213fc6156b25a2507282bfea92b23f7a4c..533bf42186bb8669ba6bcd0a97a8adcd5f161d9e 100644 (file)
@@ -1969,7 +1969,7 @@ main (int    argc,
   char *mode_string = NULL;
   char *tty = NULL;
 
-  state.command_parser = ply_command_parser_new ("plymouthd", "Boot splash control server");
+  state.command_parser = ply_command_parser_new ("plymouthd", "Splash server");
 
   state.loop = ply_event_loop_get_default ();