---
 doc/Makefile.am                        |  1 +
 doc/abrt-action-analyze-ccpp-local.txt | 41 ++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 doc/abrt-action-analyze-ccpp-local.txt

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2ed3714..ea3b47e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,6 +19,7 @@ MAN1_TXT += abrt-action-save-package-data.txt
 MAN1_TXT += abrt-install-ccpp-hook.txt
 MAN1_TXT += abrt-action-analyze-vmcore.txt
 MAN1_TXT += abrt-bodhi.txt
+MAN1_TXT += abrt-action-analyze-ccpp-local.txt
 
 MAN5_TXT =
 MAN5_TXT += abrt.conf.txt
diff --git a/doc/abrt-action-analyze-ccpp-local.txt 
b/doc/abrt-action-analyze-ccpp-local.txt
new file mode 100644
index 0000000..b0cfcaa
--- /dev/null
+++ b/doc/abrt-action-analyze-ccpp-local.txt
@@ -0,0 +1,41 @@
+abrt-action-analyze-ccpp-local(1)
+=================================
+
+NAME
+----
+'abrt-action-analyze-ccpp-local' - Generates backtrace and search for 
duplicates
+
+SYNOPSIS
+--------
+'abrt-action-analyze-ccpp-local' [--without-di][--without-bz][--without-bodhi]
+
+DESCRIPTION
+-----------
+This tool downloads debuginfo and generates a backtrace
+for coredump in the problem directory, also checks for existing duplicates in
+bugzilla and possible updates related to the detected crash
+
+Integration with ABRT events
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+'abrt-action-analyze-ccpp-local' is used in the analyze step when processing
+C/C++ crashes
+
+------------
+EVENT=analyze_LocalGDB analyzer=CCpp
+    abrt-action-analyze-ccpp-local
+------------
+
+OPTIONS
+-------
+--without-di::
+    Don't install debuginfo packages
+
+--without-bz::
+    Don't search bugzilla for existing duplicates
+
+--without-bodhi::
+    Don't search bodhi for existing updates
+
+AUTHORS
+-------
+* ABRT team
-- 
1.8.1.4

Reply via email to