Blame doc/abrt-action-find-bodhi-update.txt

Packit 8ea169
abrt-action-find-bodhi-update(1)
Packit 8ea169
================================
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt-action-find-bodhi-update - find bodhi update based on ABRT's problem dir
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrt-action-notify' [-v] [-d PROBLEM_DIR] [-b]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
The tool reads 'duphash' file in problem directory and searches for a new
Packit 8ea169
updates according to the crash.
Packit 8ea169
Packit 8ea169
OPTIONS
Packit 8ea169
-------
Packit 8ea169
-v, --verbose::
Packit 8ea169
   Be verbose
Packit 8ea169
Packit 8ea169
-b, --without-bodhi::
Packit 8ea169
   Run without abrt-bodhi. Prints only Bugzilla bug id of duplicate bug, if exists.
Packit 8ea169
Packit 8ea169
-d, --problem-dir PROBLEM_DIR::
Packit 8ea169
   Problem directory [Default: current directory]
Packit 8ea169
Packit 8ea169
ENVIRONMENT VARIABLES
Packit 8ea169
---------------------
Packit 8ea169
'Bugzilla_Product'::
Packit 8ea169
   Product bug field value. Useful if you needed different product than
Packit 8ea169
   specified in PROBLEM_DIR/os_info
Packit 8ea169
Packit 8ea169
SEE ALSO
Packit 8ea169
--------
Packit 8ea169
abrt-bodhi(1), reporter-bugzilla(1)
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team