Blame doc/abrt-action-analyze-c.txt

Packit 8ea169
abrt-action-analyze-c(1)
Packit 8ea169
========================
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt-action-analyze-c - Calculate and save UUID for a problem
Packit 8ea169
data directory DIR with coredump.
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrt-action-analyze-c' [-v] [-d DIR]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
The tool reads the file named 'coredump' from a problem data
Packit 8ea169
directory, processes it and generates a universally unique identifier
Packit 8ea169
(UUID). Then it saves this data as new element 'uuid'.
Packit 8ea169
Packit 8ea169
Integration with ABRT events
Packit 8ea169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 8ea169
'abrt-action-analyze-c' can be used to generate the UUID
Packit 8ea169
of a newly saved coredump.
Packit 8ea169
Packit 8ea169
------------
Packit 8ea169
EVENT=post-create analyzer=CCpp   abrt-action-analyze-c
Packit 8ea169
------------
Packit 8ea169
Packit 8ea169
OPTIONS
Packit 8ea169
-------
Packit 8ea169
-d DIR::
Packit 8ea169
   Path to a problem directory. Current working directory is used when
Packit 8ea169
   this option is not provided.
Packit 8ea169
Packit 8ea169
-v::
Packit 8ea169
   Be more verbose. Can be given multiple times.
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team