summaryrefslogtreecommitdiffstats
path: root/src/daemon/Daemon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/Daemon.cpp')
-rw-r--r--src/daemon/Daemon.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index 3689a42b..f6073134 100644
--- a/src/daemon/Daemon.cpp
+++ b/src/daemon/Daemon.cpp
@@ -863,10 +863,7 @@ static void sanitize_dump_dir_rights()
static int daemonize_opt, syslog_opt;
static char *timeout_opt;
-static const char * const abrtd_usage[] = {
- _("abrtd [options]"),
- NULL
-};
+static const char* abrtd_usage = _("abrtd [options]");
static struct options abrtd_options[] = {
OPT__VERBOSE(&g_verbose),