From 131c474da76d80ad1ef2cc9a6afa5d4f3256613a Mon Sep 17 00:00:00 2001 From: Martin Kutlak Date: Dec 17 2020 22:13:52 +0000 Subject: Use a correct command name in helper abrt-container-logger was the old name. Related: rhbz#1698747 (cherry picked from commit 251787f2971ee50211e428dd0bdb37eea8b05a63) Signed-off-by: Martin Kutlak patch_name: 0001-Use-a-correct-command-name-in-helper.patch present_in_specfile: true location_in_specfile: 1 squash_commits: true --- diff --git a/src/container-exception-logger.c b/src/container-exception-logger.c index 104ef74..b26e4c6 100644 --- a/src/container-exception-logger.c +++ b/src/container-exception-logger.c @@ -24,7 +24,7 @@ int main(int argc, char *argv[]) { const char *program_usage_string = - "Usage: abrt-container-logger [--no-tag | --tag STRING | --help]" + "Usage: container-exception-logger [--no-tag | --tag STRING | --help]" "\n" "\nThe tool reads from standard input and writes to '"INIT_PROC_STDERR_FD_PATH"'";