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