From 0005940c1ef4275c5fdb4e6e40d4d378fd52ff6c Mon Sep 17 00:00:00 2001 From: astokes Date: Thu, 22 Apr 2010 14:49:44 +0000 Subject: 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 --- man/en/sosreport.1 | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'man/en/sosreport.1') 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 -- cgit