diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-13 18:12:10 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-13 18:12:10 +0000 |
commit | 5ac2288861098a60eec18dfea1777236cdc42d32 (patch) | |
tree | 825fe1f53ee2ebd962fabcbfad818759efeac337 /man | |
parent | 2cf9a838c8655c6b50b6d041cd903b3474b4e060 (diff) | |
download | sos-5ac2288861098a60eec18dfea1777236cdc42d32.tar.gz |
Delete vestigial coloured output code
Colour output was removed from sos a long time ago. Kill off the
remaining opts variable, command line option and documentation
references for increased sanity.
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 48b388d0..e28e7581 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -9,9 +9,8 @@ sosreport \- Generate debugging information for this system [-o|--only-plugins plugin-names]\fR [-a|--alloptions] [-v|--verbose]\fR [--report] [--config-file conf] [--batch]\fR - [--build] [--name name] [--no-colors]\fR - [--ticket-number number] [--debug]\fR - [--upload] [--tmp-dir directory]\fR + [--build] [--name name] [--ticket-number number] + [--debug] [--upload] [--tmp-dir directory]\fR [--profile] [--help]\fR .SH DESCRIPTION \fBsosreport\fR generates a compressed tarball of debugging information @@ -67,9 +66,6 @@ Define a unique number for archive .B \--build Do not archive copied data, leave directory tree untouched for further modification .TP -.B \--no-colors -Disable colors written to console -.TP .B \--debug Give opportunity to debug python exceptions through the python debugger. .TP |