From: Charlie Brej Date: Tue, 7 Sep 2010 22:45:31 +0000 (+0100) Subject: client: Alias display-message command to message for backward compatibility X-Git-Tag: 0.8.4~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c418d0aa83fcbfa80399a7a904923efa1139998e;p=thirdparty%2Fplymouth.git client: Alias display-message command to message for backward compatibility --- diff --git a/src/client/plymouth.c b/src/client/plymouth.c index ffde1326..e6c5dfda 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -965,7 +965,9 @@ main (int argc, "text", "The message text", PLY_COMMAND_OPTION_TYPE_STRING, NULL); - + ply_command_parser_add_command_alias (state.command_parser, + "display-message", + "message"); ply_command_parser_add_command (state.command_parser, "hide-message", "Hide a message", (ply_command_handler_t)