summaryrefslogtreecommitdiffstats
path: root/src/CLI/abrt-cli.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/CLI/abrt-cli.1')
-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..dc3bf06d 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, \-\-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)
-