]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
client: fix typo in help text
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Fri, 27 Apr 2018 13:23:42 +0000 (15:23 +0200)
committerRay Strode <rstrode@redhat.com>
Thu, 17 May 2018 19:24:43 +0000 (15:24 -0400)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
src/client/plymouth.c

index 97caf6545ec6051327716d2e434fb84bc01c95d9..46a64f549903480793235d131e630292bf0decf5 100644 (file)
@@ -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,