diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 18:36:41 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 18:36:41 +0000 |
commit | e5284a8492c2d435e923144b12ab78b45647a7d4 (patch) | |
tree | a4f8b7bdfefad8891dc167441d6a9d6e4dddc35d /man | |
parent | e92fd7c3fdbfe0b829597a862e9426c3951dfa5a (diff) | |
download | sos-e5284a8492c2d435e923144b12ab78b45647a7d4.tar.gz |
Remove analyze() wiring
The analyze() methods haven't been used since commit 6ea48cb and
their functonality has now been moved or removed in all modules.
Delete the last bits of wiring and docs references.
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index c153e73e..48b388d0 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -8,8 +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 - [--analyze] [--report]\fR - [--config-file conf] [--batch]\fR + [--report] [--config-file conf] [--batch]\fR [--build] [--name name] [--no-colors]\fR [--ticket-number number] [--debug]\fR [--upload] [--tmp-dir directory]\fR @@ -47,9 +46,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 \--analyze -Turn on analyzation functions -.TP .B \--report Enable html/xml report writing .TP |