Blame doc/abrt-cli.txt

Packit Service 8a8a03
abrt-cli(1)
Packit Service 8a8a03
===========
Packit Service 8a8a03
Packit Service 8a8a03
NAME
Packit Service 8a8a03
----
Packit Service 8a8a03
abrt-cli - List, remove, print, analyze, report problems
Packit Service 8a8a03
Packit Service 8a8a03
SYNOPSIS
Packit Service 8a8a03
--------
Packit Service 8a8a03
'abrt-cli' [--authenticate] COMMAND [COMMAND OPTIONS]
Packit Service 8a8a03
Packit Service 8a8a03
'abrt-cli' list    [-vn] [--detailed] [--since NUM] [--until NUM] [DIR]...
Packit Service 8a8a03
Packit Service 8a8a03
'abrt-cli' remove  [-v]  DIR...
Packit Service 8a8a03
Packit Service 8a8a03
'abrt-cli' report  [-v]  [--delete] [--unsafe] DIR...
Packit Service 8a8a03
Packit Service 8a8a03
'abrt-cli' info    [-v]  [--detailed] [-s SIZE] DIR...
Packit Service 8a8a03
Packit Service 8a8a03
'abrt-cli' status  [-vb] [--since NUM]
Packit Service 8a8a03
Packit Service 8a8a03
'abrt-cli' process [-v]  [--since NUM] [--unsafe] DIR...
Packit Service 8a8a03
Packit Service 8a8a03
GLOBAL OPTIONS
Packit Service 8a8a03
--------------
Packit Service 8a8a03
-a,--authenticate::
Packit Service 8a8a03
   Enable PolicyKit authentication to be able to work with the system problems
Packit Service 8a8a03
Packit Service 8a8a03
COMMAND OPTIONS
Packit Service 8a8a03
---------------
Packit Service 8a8a03
-v,--verbose::
Packit Service 8a8a03
   Be more verbose. Can be given multiple times.
Packit Service 8a8a03
Packit Service 8a8a03
-b, --bare::
Packit Service 8a8a03
    Print only the problem count without any message
Packit Service 8a8a03
Packit Service 8a8a03
--detailed::
Packit Service 8a8a03
   Show detailed report
Packit Service 8a8a03
Packit Service 8a8a03
--delete::
Packit Service 8a8a03
    Remove PROBLEM_DIR after reporting
Packit Service 8a8a03
Packit Service 8a8a03
-n,--not-reported::
Packit Service 8a8a03
   List only not-reported problems
Packit Service 8a8a03
Packit Service 8a8a03
--size SIZE::
Packit Service 8a8a03
   Text larger than SIZE bytes will be shown abridged
Packit Service 8a8a03
Packit Service 8a8a03
--since NUM::
Packit Service 8a8a03
    Selects only problems detected after timestamp
Packit Service 8a8a03
Packit Service 8a8a03
-u, --unsafe::
Packit Service 8a8a03
   Ignore security checks to be able to report all problems
Packit Service 8a8a03
Packit Service 8a8a03
--until NUM::
Packit Service 8a8a03
    Selects only the problems older than specified timestamp
Packit Service 8a8a03
Packit Service 8a8a03
AUTHORS
Packit Service 8a8a03
-------
Packit Service 8a8a03
* ABRT team