From 2b5b27cbdce3e93e181a05b2a887b9a8defe251f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20=C3=96lmann?= Date: Fri, 27 Apr 2018 15:23:42 +0200 Subject: [PATCH] client: fix typo in help text MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Ölmann --- src/client/plymouth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3