From: Ray Strode Date: Sun, 22 Aug 2010 19:48:44 +0000 (-0400) Subject: [main] Update top line of help output X-Git-Tag: 0.8.4~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcad4131f3019362e8996c174ec89034fc9ecd4b;p=thirdparty%2Fplymouth.git [main] Update top line of help output It said "Boot splash control server" before, but we do boot and shutdown splashes, and the word "control" doesn't make sense. --- diff --git a/src/main.c b/src/main.c index 94c0d321..533bf421 100644 --- a/src/main.c +++ b/src/main.c @@ -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 ();