From 80b386c9e03117e12699d22e24edd602011bcd72 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 Oct 2010 18:45:26 +0200 Subject: new action tool: abrt-action-kerneloops Signed-off-by: Denys Vlasenko --- lib/plugins/RHTSupport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/RHTSupport.cpp') diff --git a/lib/plugins/RHTSupport.cpp b/lib/plugins/RHTSupport.cpp index c7a3c060..3732afe3 100644 --- a/lib/plugins/RHTSupport.cpp +++ b/lib/plugins/RHTSupport.cpp @@ -68,7 +68,7 @@ string CReporterRHticket::Report(const map_crash_data_t& crash_data, const map_plugin_settings_t& settings, const char *args) { - /* abrt-action-bugzilla [-s] -c /etc/arbt/Bugzilla.conf -c - -d pCrashData.dir NULL */ + /* abrt-action-rhtsupport [-s] -c /etc/arbt/RHTSupport.conf -c - -d pCrashData.dir NULL */ char *argv[9]; char **pp = argv; *pp++ = (char*)"abrt-action-rhtsupport"; -- cgit