summaryrefslogtreecommitdiffstats
path: root/src/CLI
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-07-26 19:04:50 +0200
committerKarel Klic <kklic@redhat.com>2010-07-26 19:04:50 +0200
commit0876d1f7baf4557b952075a28cd0633714de92f8 (patch)
tree3d2b61d90c0816e3dad5d6544de522c4d3fc4b6e /src/CLI
parent1698d352e27d6a44c921a10aa7f8de780566e169 (diff)
downloadabrt-0876d1f7baf4557b952075a28cd0633714de92f8.tar.gz
abrt-0876d1f7baf4557b952075a28cd0633714de92f8.tar.xz
abrt-0876d1f7baf4557b952075a28cd0633714de92f8.zip
Mention --info and --backtrace in the abrt-cli man page.
Diffstat (limited to 'src/CLI')
-rw-r--r--src/CLI/abrt-cli.117
1 files changed, 13 insertions, 4 deletions
diff --git a/src/CLI/abrt-cli.1 b/src/CLI/abrt-cli.1
index dc3bf06d..3ad858b3 100644
--- a/src/CLI/abrt-cli.1
+++ b/src/CLI/abrt-cli.1
@@ -27,6 +27,8 @@ 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 "\-d, \-\-delete \fIUUID\fR"
Removes data about particular crash.
+.IP "\-i, \-\-info \fIUUID\fR"
+Prints detailed information about particular crash.
.PP
.B Listing options
@@ -39,11 +41,18 @@ List all crashes, including already reported.
Creates and sends the crash report automatically, without asking
any questions.
+.PP
+.B Info options
+.IP "\-b, \-\-backtrace"
+Includes the crash backtrace in the info output if the backtrace is
+available.
+
.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
-environment variable, in that order.
-.SH "SEE ALSO"
+The editor used to edit the crash report is chosen from the
+ABRT_EDITOR environment variable, the VISUAL environment variable, or
+the EDITOR environment variable, in that order.
+
+.SH SEE ALSO
.IR abrtd (8),
.IR abrt.conf (5),
.IR abrt-plugins (7)