aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-09-17 21:01:15 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-09-17 21:16:39 +0100
commit92b1d4a9e79b56c722a60687b58ae1302a7cf718 (patch)
treee7a665dd61345bbebfc275eaa20f0d09052d0f01
parent0f5059f42e915499f4552bf8d2c1cf588d2644cb (diff)
downloadsos-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>
-rw-r--r--man/en/sosreport.16
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.