diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-04-22 14:49:44 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-04-22 14:49:44 +0000 |
commit | 0005940c1ef4275c5fdb4e6e40d4d378fd52ff6c (patch) | |
tree | 327990addfd2a5dedfff0d1e02db087d4e71e726 /man | |
parent | 90d2ef6fa91d6e5f634864645efcb7c89f0c7437 (diff) | |
download | sos-0005940c1ef4275c5fdb4e6e40d4d378fd52ff6c.tar.gz |
updated man page to describe debug option and added new switch
during plugin exception attempt to print to stdout the issue and also to a log file
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@932 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index e5344d74..ea4a5f04 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -7,13 +7,13 @@ sosreport \- Generate debugging information for this system [-n|--skip-plugins plugin-names]\fR [-e|--enable-plugins plugin-names]\fR [-o|--only-plugins plugin-names]\fR - [-a|--alloptions] [-v|--verbose] - [--diagnose] [--analyze] [--report] - [--config-file conf] [--batch] - [--build] [--name name] [--no-colors] - [--ticket-number number] [--debug] - [--upload] [--tmp-dir directory] - [--profile] + [-a|--alloptions] [-v|--verbose]\fR + [--diagnose] [--analyze] [--report]\fR + [--config-file conf] [--batch]\fR + [--build] [--name name] [--no-colors]\fR + [--ticket-number number] [--debug]\fR + [--upload] [--tmp-dir directory]\fR + [--dst-dir directory] [--profile] [--help]\fR .SH DESCRIPTION \fBsosreport\fR generates a compressed tarball of debugging information for the system it is run on that can be sent to technical support @@ -59,9 +59,12 @@ Enable html/xml report writing .B \--config-file CONFIG Specify alternate configuration file .TP -.B \--tmp-dir +.B \--tmp-dir DIRECTORY Specify alternate temporary directory to copy data .TP +.B \--dst-dir DIRECTORY +Specify alternate directory to store compressed report +.TP .B \--batch Perform data gathering unattended .TP @@ -78,10 +81,13 @@ Do not archive copied data, leave directory tree untouched for further modificat Disable colors written to console .TP .B \--debug -Run in trace mode for exceptions +Give opportunity to debug python exceptions through the python debugger. .TP .B \--profile Turn on profiling for cmds run +.TP +.B \--help +Display sosreport help system. .SH MAINTAINER .nf Adam Stokes <astokes@fedoraproject.org> |