Blame SOURCES/0001-Use-a-correct-command-name-in-helper.patch

4e7d48
From b7ef8a1407fe86a993b7829ecfc6879a2926c7ab Mon Sep 17 00:00:00 2001
4e7d48
From: Martin Kutlak <mkutlak@redhat.com>
4e7d48
Date: Wed, 5 Jun 2019 10:08:14 +0200
4e7d48
Subject: [PATCH] Use a correct command name in helper
4e7d48
4e7d48
abrt-container-logger was the old name.
4e7d48
4e7d48
Related: rhbz#1698747
4e7d48
4e7d48
(cherry picked from commit 251787f2971ee50211e428dd0bdb37eea8b05a63)
4e7d48
4e7d48
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
4e7d48
---
4e7d48
 src/container-exception-logger.c | 2 +-
4e7d48
 1 file changed, 1 insertion(+), 1 deletion(-)
4e7d48
4e7d48
diff --git a/src/container-exception-logger.c b/src/container-exception-logger.c
4e7d48
index 104ef74..b26e4c6 100644
4e7d48
--- a/src/container-exception-logger.c
4e7d48
+++ b/src/container-exception-logger.c
4e7d48
@@ -24,7 +24,7 @@
4e7d48
 int main(int argc, char *argv[])
4e7d48
 {
4e7d48
     const char *program_usage_string =
4e7d48
-        "Usage: abrt-container-logger [--no-tag | --tag STRING | --help]"
4e7d48
+        "Usage: container-exception-logger [--no-tag | --tag STRING | --help]"
4e7d48
         "\n"
4e7d48
         "\nThe tool reads from standard input and writes to '"INIT_PROC_STDERR_FD_PATH"'";
4e7d48
 
4e7d48
-- 
4e7d48
2.21.0
4e7d48