summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2009-10-12 18:25:15 +0200
committerKarel Klic <kklic@redhat.com>2009-10-12 18:25:15 +0200
commit1634ffcb65355e5fe02e6365dd887ec268c52a7c (patch)
tree3dd38f95f8903eaf58e8eb2568af98e14c744dbb
parentfe71553cdf26e12101281b508919031c5819a95d (diff)
downloadabrt-1634ffcb65355e5fe02e6365dd887ec268c52a7c.tar.gz
abrt-1634ffcb65355e5fe02e6365dd887ec268c52a7c.tar.xz
abrt-1634ffcb65355e5fe02e6365dd887ec268c52a7c.zip
Initial man page for abrt-cli
-rw-r--r--src/CLI/abrt-cli.136
1 files changed, 36 insertions, 0 deletions
diff --git a/src/CLI/abrt-cli.1 b/src/CLI/abrt-cli.1
new file mode 100644
index 00000000..fb0a7c89
--- /dev/null
+++ b/src/CLI/abrt-cli.1
@@ -0,0 +1,36 @@
+.TH abrt\-cli "1" "12 Oct 2009" ""
+.SH NAME
+abrt\-cli \- a command line interface to abrt
+.SH SYNOPSIS
+.B abrt\-cli
+[option]
+.SH DESCRIPTION
+.I abrt\-cli
+is a command line tool that manages application crashes catched by
+.I abrtd
+daemon. It enables access to crash data, and allows to report
+crashes depending on active abrt plugins.
+.SH OPTIONS
+.B Basic startup options
+.IP "\-V, \-\-version"
+Displays version of abrt\-cli.
+.IP "\-?, \-\-help"
+Print a help message describing all of abrt-cli’s command-line options.
+
+.PP
+.B Crash action options
+.IP "\-\-get\-list"
+Prints list of crashes which are not reported yet.
+.IP "\-\-get-list-full"
+Prints list of all crashes.
+.IP "\-\-report \fIUUID\fR"
+Creates and sends a report.
+.IP "\-\-report-always \fIUUID\fR"
+Creates and sends a report without asking.
+.IP "\-\-delete \fIUUID\fR"
+Removes crash.
+.SH "SEE ALSO"
+.IR abrtd (8),
+.IR abrt.conf (5),
+.IR abrt-plugins (7)
+