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