From 87ce2c1370ab150ccaa8426df6942dca9c62a02c Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Tue, 22 Jun 2010 14:08:48 +0200 Subject: Update man page --- src/CLI/abrt-cli.1 | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'src/CLI/abrt-cli.1') 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) - -- cgit