diff options
| author | Karel Klic <kklic@redhat.com> | 2011-05-13 18:32:06 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-05-13 18:32:06 +0200 |
| commit | e16a562d8616d2ac55f58b091f95acd5b3174229 (patch) | |
| tree | bf5c97a4ab4d4f792c436d4ed93a1c36cd381c3b /src/cli/abrt-cli.1 | |
| parent | 15473d2a5ecfd20bd8cc3982e703fcedd51289f8 (diff) | |
| parent | e123c5f3b4bdd10f3b495a4a948f6c452ed6205f (diff) | |
merge
Diffstat (limited to 'src/cli/abrt-cli.1')
| -rw-r--r-- | src/cli/abrt-cli.1 | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/src/cli/abrt-cli.1 b/src/cli/abrt-cli.1 deleted file mode 100644 index 9e0a630e..00000000 --- a/src/cli/abrt-cli.1 +++ /dev/null @@ -1,58 +0,0 @@ -.TH abrt\-cli "1" "12 Oct 2009" "" -.SH NAME -abrt\-cli \- a command line interface to abrt -.SH SYNOPSIS -.B abrt\-cli -[option] -.SH DESCRIPTION -.I abrt\-cli -is a command line tool that manages application crashes catched by -.I abrtd -daemon. It enables access to problem data, and allows to report -problems depending on active abrt plugins. -.SH OPTIONS -.B Basic startup options -.IP "\-V, \-\-version" -Displays version of abrt\-cli. -.IP "\-?, \-\-help" -Print a help message describing all of abrt-cli’s command-line options. - -.PP -.B Crash action options -.IP "\-l, \-\-list" -Prints list of crashes which are not reported yet. -.IP "\-r, \-\-report \fIDUMPDIR\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 "\-d, \-\-delete \fIDUMPDIR\fR" -Removes data about particular crash. -.IP "\-i, \-\-info \fIDUMPDIR\fR" -Prints detailed information 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. - -.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 -.IR abrtd (8), -.IR abrt.conf (5), -.IR abrt-plugins (7) |
