diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-09-17 21:01:15 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-09-17 21:16:39 +0100 |
commit | 92b1d4a9e79b56c722a60687b58ae1302a7cf718 (patch) | |
tree | e7a665dd61345bbebfc275eaa20f0d09052d0f01 /man/en/sosreport.1 | |
parent | 0f5059f42e915499f4552bf8d2c1cf588d2644cb (diff) | |
download | sos-92b1d4a9e79b56c722a60687b58ae1302a7cf718.tar.gz |
[docs] update references to report options
The --report switch was changed to --no-report a while back.
Update the docs to reflect the new option.
Fixes #396.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man/en/sosreport.1')
-rw-r--r-- | man/en/sosreport.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 5cc0298c..88589cf5 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -8,7 +8,7 @@ sosreport \- Collect and package diagnostic and support data [-e|--enable-plugins plugin-names]\fR [-o|--only-plugins plugin-names]\fR [-a|--alloptions] [-v|--verbose]\fR - [--report] [--config-file conf]\fR + [--no-report] [--config-file conf]\fR [--batch] [--build] [--debug]\fR [--name name] [--case-id id] [--ticket-number nr] [--tmp-dir directory]\fR @@ -60,8 +60,8 @@ additional debugging messages. .B \-q, \--quiet Only log fatal errors to stderr. .TP -.B \--report -Enable HTML/XML report writing. +.B \--no-report +Disable HTML/XML report writing. .TP .B \--config-file CONFIG Specify alternate configuration file. |