[PATCH] client: fix typo in help text
Ulrich Ölmann
u.oelmann at pengutronix.de
Fri Apr 27 13:23:42 UTC 2018
Signed-off-by: Ulrich Ölmann <u.oelmann at pengutronix.de>
---
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 97caf6545ec6..46a64f549903 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.17.0
More information about the plymouth
mailing list