summaryrefslogtreecommitdiffstats
path: root/src/cli/abrt-cli.txt
blob: ea3111c869f7c6bc9417f6e1d47b20b68e6e78ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
abrt-cli(1)
===========

NAME
----
abrt-cli - Work with ABRT dump directories from command line.

SYNOPSIS
--------
'abrt-cli' [-vsp] -l[f] [-D BASE_DIR]...

'abrt-cli' [-vsp] -i[f] DUMP_DIR

'abrt-cli' [-vsp] -L[PREFIX] [DUMP_DIR]

'abrt-cli' [-vsp] -e EVENT DUMP_DIR

'abrt-cli' [-vsp] -a[y] DUMP_DIR

'abrt-cli' [-vsp] -r[y] DUMP_DIR

'abrt-cli' [-vsp] -d DUMP_DIR

DESCRIPTION
-----------
'abrt-cli' is a command line tool that manages application crashes and other problems
catched by abrtd daemon. It enables access to, manipulation of problem data, and reporting.

OPTIONS
-------
-l::
    List not yet reported problems, or all problems with -f

-D BASE_DIR::
    Directory to list problems from (default: -D $HOME/.abrt/spool -D /var/spool/abrt)

-i, --info::
    Print information about DUMP_DIR (detailed with -f)

-L[PREFIX]::
    List possible events [which start with PREFIX]

-e EVENT::
    Run EVENT on DUMP_DIR

-a, --analyze::
    Run analyze event(s) on DUMP_DIR

-r, --report::
    Send a report about DUMP_DIR

-d, --delete::
    Remove DUMP_DIR

-f, --full::
    Full listing

-y, --always::
    Noninteractive: don't ask questions, assume positive answer to all of them

-v, --verbose::
    Be verbose

-s::
    Log to syslog

-p::
    Add program names to log

-V, --version::
    Display version and exit

AUTHORS
-------
* ABRT team