From: Ulrich Ölmann Date: Fri, 27 Apr 2018 13:23:42 +0000 (+0200) Subject: client: fix typo in help text X-Git-Tag: 0.9.4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b5b27cbdce3e93e181a05b2a887b9a8defe251f;p=thirdparty%2Fplymouth.git client: fix typo in help text Signed-off-by: Ulrich Ölmann --- diff --git a/src/client/plymouth.c b/src/client/plymouth.c index 97caf654..46a64f54 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -897,7 +897,7 @@ main (int argc, "get-splash-plugin-path", "Get directory where splash plugins are installed", PLY_COMMAND_OPTION_TYPE_FLAG, "newroot", "Tell boot daemon that new root filesystem is mounted", PLY_COMMAND_OPTION_TYPE_STRING, "quit", "Tell boot daemon to quit", PLY_COMMAND_OPTION_TYPE_FLAG, - "ping", "Check of boot daemon is running", PLY_COMMAND_OPTION_TYPE_FLAG, + "ping", "Check if boot daemon is running", PLY_COMMAND_OPTION_TYPE_FLAG, "has-active-vt", "Check if boot daemon has an active vt", PLY_COMMAND_OPTION_TYPE_FLAG, "sysinit", "Tell boot daemon root filesystem is mounted read-write", PLY_COMMAND_OPTION_TYPE_FLAG, "show-splash", "Show splash screen", PLY_COMMAND_OPTION_TYPE_FLAG,