diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 18:31:55 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 18:31:55 +0000 |
commit | e92fd7c3fdbfe0b829597a862e9426c3951dfa5a (patch) | |
tree | a7ec4d7631b78b157af08b71114db9cab21eef08 /man/en | |
parent | 9147f2d7522ab5c7adfb7878b68a8c664e1ff0a1 (diff) | |
download | sos-e92fd7c3fdbfe0b829597a862e9426c3951dfa5a.tar.gz |
Remove diagnose() wiring
Complete the removal of the diagnose functionality by removing the
methods in the Plugin class and sosreport module, command line
options and documentation.
Diffstat (limited to 'man/en')
-rw-r--r-- | man/en/sosreport.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 4729762e..c153e73e 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -8,7 +8,7 @@ sosreport \- Generate debugging information for this system [-e|--enable-plugins plugin-names]\fR [-o|--only-plugins plugin-names]\fR [-a|--alloptions] [-v|--verbose]\fR - [--diagnose] [--analyze] [--report]\fR + [--analyze] [--report]\fR [--config-file conf] [--batch]\fR [--build] [--name name] [--no-colors]\fR [--ticket-number number] [--debug]\fR @@ -47,9 +47,6 @@ Upload the report to Red Hat (use exclusively if advised from a Red Hat support .B \-v, \--verbose Increase the verbosity of the output as sosreport is running. Multiple -v mean more verbosity. .TP -.B \--diagnose -Turn on diagnostic functions -.TP .B \--analyze Turn on analyzation functions .TP |