reporter-print [-v] [-d DIR] [-o FILE] [-a yes/no] [-r]
The tool reads problem directory DIR and prints its text representation to stdout or to a specified FILE.
reporter-print can be used as a reporter, to allow users to report problems by writing them to a file. Example:
EVENT=report reporter-print -o "${Log_File:-/tmp/abrt.log}"
-d DIR
-v
-o FILE
-a yes/no
-r
The output is designed to be machine-parsable. The elements which have only one line are printed in the form
NAME:<whitespace>VALUE
Elements which have more than one line are printed in the form
NAME: :LINE1 :LINE2 :LINE3
Output may contain empty lines for better readability.