diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-04-22 15:09:39 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-04-22 15:09:39 +0000 |
commit | 643f3e8065b544b3e2d7b5160d8591b74404cf47 (patch) | |
tree | aaaf89eca9d362bd4a8441f909d0de46c9851994 /man | |
parent | 0005940c1ef4275c5fdb4e6e40d4d378fd52ff6c (diff) | |
download | sos-643f3e8065b544b3e2d7b5160d8591b74404cf47.tar.gz |
Make sure compressed archive is stored where tmp-dir is set to otherwise
it defaults to /tmp
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@933 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index ea4a5f04..4729762e 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -13,7 +13,7 @@ sosreport \- Generate debugging information for this system [--build] [--name name] [--no-colors]\fR [--ticket-number number] [--debug]\fR [--upload] [--tmp-dir directory]\fR - [--dst-dir directory] [--profile] [--help]\fR + [--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 @@ -60,10 +60,7 @@ Enable html/xml report writing Specify alternate configuration file .TP .B \--tmp-dir DIRECTORY -Specify alternate temporary directory to copy data -.TP -.B \--dst-dir DIRECTORY -Specify alternate directory to store compressed report +Specify alternate temporary directory to copy data as well as the compressed report. .TP .B \--batch Perform data gathering unattended |