diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-07-10 19:19:45 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-07-10 19:22:04 +0100 |
commit | cea5ebfbeab7d486879b4eb10e6d8b855144f47b (patch) | |
tree | 7ce3902c0a6fd41eacb67433205499bfd2401fe0 /man | |
parent | 69cd97fd4f3be984be25cbd65b9b3255dfe3d356 (diff) | |
download | sos-cea5ebfbeab7d486879b4eb10e6d8b855144f47b.tar.gz |
[docs] document -z, --compression-type in sosreport(1)
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index e1894335..8471dfb7 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -11,6 +11,7 @@ sosreport \- Collect and package diagnostic and support data [--report] [--config-file conf] [--batch]\fR [--build] [--name name] [--ticket-number number] [--debug] [--tmp-dir directory]\fR + [-z|--compression-type method]\fR [--help]\fR .SH DESCRIPTION \fBsosreport\fR generates a compressed tar archive of diagnostic @@ -67,6 +68,10 @@ Specify alternate configuration file. Specify alternate temporary directory to copy data as well as the compressed report. .TP +.B \-z, \--compression-type METHOD +Override the default compression type specified by the active policy. +.TP +.TP .B \--batch Generate archive without prompting for interactive input. .TP |