diff options
| author | Karel Klic <kklic@redhat.com> | 2009-10-20 16:14:46 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-10-20 16:14:46 +0200 |
| commit | b1e759fb921564afd675721f6ad67edb35eb738f (patch) | |
| tree | 8a055b9a9a8e2e64f1bcf199a547064149212637 /src | |
| parent | 44013dfebfe8f837255f8fe5d5b48ccddbc02f10 (diff) | |
Manpage documents environment variable usage.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CLI/abrt-cli.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/CLI/abrt-cli.1 b/src/CLI/abrt-cli.1 index 5f132df..9ccc615 100644 --- a/src/CLI/abrt-cli.1 +++ b/src/CLI/abrt-cli.1 @@ -24,11 +24,17 @@ 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. +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 a report without asking. +Creates and sends the crash report without asking. .IP "\-\-delete \fIUUID\fR" -Removes crash. +Removes data about particular crash. +.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" .IR abrtd (8), .IR abrt.conf (5), |
