summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-06-22 14:08:48 +0200
committerKarel Klic <kklic@redhat.com>2010-06-22 14:08:48 +0200
commit87ce2c1370ab150ccaa8426df6942dca9c62a02c (patch)
treedcb9c407598e73e6e74cbca7649dfe9d6a65def7
parentbef3c3ad00ed0c6d7bf1191c8c3b2daae5713095 (diff)
downloadabrt-87ce2c1370ab150ccaa8426df6942dca9c62a02c.tar.gz
abrt-87ce2c1370ab150ccaa8426df6942dca9c62a02c.tar.xz
abrt-87ce2c1370ab150ccaa8426df6942dca9c62a02c.zip
Update man page
-rw-r--r--src/CLI/abrt-cli.123
1 files changed, 15 insertions, 8 deletions
diff --git a/src/CLI/abrt-cli.1 b/src/CLI/abrt-cli.1
index 4fe4bb42..10b6d97c 100644
--- a/src/CLI/abrt-cli.1
+++ b/src/CLI/abrt-cli.1
@@ -19,18 +19,26 @@ Print a help message describing all of abrt-cli’s command-line options.
.PP
.B Crash action options
-.IP "\-\-get\-list"
+.IP "\-l, \-\-get\-list"
Prints list of crashes which are not reported yet.
-.IP "\-\-get-list-full"
-Prints list of all crashes.
-.IP "\-\-report \fIUUID\fR"
+.IP "\-r, \-\-report \fIUUID\fR"
Creates a crash report and then the text editor is invoked on that
report. When you are done with editing the report just exit the editor
and then you will be asked if you want to send the report.
-.IP "\-\-report-always \fIUUID\fR"
-Creates and sends the crash report without asking.
-.IP "\-\-delete \fIUUID\fR"
+.IP "\-d, \-\-delete \fIUUID\fR"
Removes data about particular crash.
+
+.PP
+.B Listing options
+.IP "\-f, \-\-full"
+List all crashes, including already reported.
+
+.PP
+.B Report options
+.IP "\-y, \-\-always"
+Creates and sends the crash report automatically, without asking
+any questions.
+
.SH ENVIRONMENT VARIABLES
The editor used to edit the crash report is chosen from the ABRT_EDITOR
environment variable, the VISUAL environment variable, or the EDITOR
@@ -39,4 +47,3 @@ environment variable, in that order.
.IR abrtd (8),
.IR abrt.conf (5),
.IR abrt-plugins (7)
-