valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0183-notify-fix-badly-backported-help-message.patch

923a60
From 1d23db320710dc4391f6e77ddb32122f83ab8c66 Mon Sep 17 00:00:00 2001
923a60
From: Lukas Nykryn <lnykryn@redhat.com>
923a60
Date: Fri, 29 May 2015 14:12:36 +0200
923a60
Subject: [PATCH] notify: fix badly backported help message
923a60
923a60
rhel-only
923a60
923a60
Related: #1199644
923a60
---
923a60
 src/notify/notify.c | 2 +-
923a60
 1 file changed, 1 insertion(+), 1 deletion(-)
923a60
923a60
diff --git a/src/notify/notify.c b/src/notify/notify.c
923a60
index e4a128b0b2..c89a6cc063 100644
923a60
--- a/src/notify/notify.c
923a60
+++ b/src/notify/notify.c
923a60
@@ -49,7 +49,7 @@ static void help(void) {
923a60
                "     --ready           Inform the init system about service start-up completion\n"
923a60
                "     --pid[=PID]       Set main pid of daemon\n"
923a60
                "     --status=TEXT     Set status text\n"
923a60
-               "     --booted          Check if the system was booted up with systemd\n",
923a60
+               "     --booted          Check if the system was booted up with systemd\n"
923a60
                "     --readahead=ACTION Controls read-ahead operations\n",
923a60
                program_invocation_short_name);
923a60
 }