30 lines
1.6 KiB
Diff
30 lines
1.6 KiB
Diff
From 2b5b27cbdce3e93e181a05b2a887b9a8defe251f Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ulrich=20=C3=96lmann?= <u.oelmann@pengutronix.de>
|
|
Date: Fri, 27 Apr 2018 15:23:42 +0200
|
|
Subject: [PATCH 023/142] client: fix typo in help text
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Ulrich Ölmann <u.oelmann@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 97caf65..46a64f5 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.7.4
|
|
|