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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index eb1e21fc..1ee1b57c 100644
--- a/src/daemon/Daemon.cpp
+++ b/src/daemon/Daemon.cpp
@@ -869,7 +869,7 @@ static int daemonize_opt, syslog_opt, help_opt;
static char *timeout_opt;
static struct options abrtd_options[] = {
- OPT_BOOL( 'h' , "help", &help_opt, _("Show this help message")),
+ OPT__HELP(&help_opt),
OPT_BOOL( 'd' , 0, &daemonize_opt, _("Do not daemonize")),
OPT_BOOL( 's' , 0, &syslog_opt, _("Log to syslog even with -d")),
OPT_INTEGER( 't' , 0, &timeout_opt, _("Exit after SEC seconds of inactivity")),