From 92b1d4a9e79b56c722a60687b58ae1302a7cf718 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 17 Sep 2014 21:01:15 +0100 Subject: [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 --- man/en/sosreport.1 | 6 +++--- 1 file 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. -- cgit