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

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