Blame SOURCES/0034-docs-update-man-page-for-new-options.patch

0cd6dc
From 0be76caf77b53ce2726cb419262ceb8f52081c9e Mon Sep 17 00:00:00 2001
0cd6dc
From: "Bryn M. Reeves" <bmr@redhat.com>
0cd6dc
Date: Wed, 17 Dec 2014 13:01:03 +0000
0cd6dc
Subject: [PATCH 34/93] [docs] update man page for new options
0cd6dc
0cd6dc
The man page was missing:
0cd6dc
0cd6dc
  --verify
0cd6dc
  --all-logs
0cd6dc
  --log-size
0cd6dc
  --plugin-option
0cd6dc
0cd6dc
And listed the old '--ticket' (now --ticket-number).
0cd6dc
0cd6dc
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
0cd6dc
---
0cd6dc
 man/en/sosreport.1 | 29 +++++++++++++++++++++++++----
0cd6dc
 1 file changed, 25 insertions(+), 4 deletions(-)
0cd6dc
0cd6dc
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1
0cd6dc
index 88589cf..1066b1d 100644
0cd6dc
--- a/man/en/sosreport.1
0cd6dc
+++ b/man/en/sosreport.1
0cd6dc
@@ -8,14 +8,19 @@ sosreport \- Collect and package diagnostic and support data
0cd6dc
           [-e|--enable-plugins plugin-names]\fR
0cd6dc
           [-o|--only-plugins plugin-names]\fR
0cd6dc
           [-a|--alloptions] [-v|--verbose]\fR
0cd6dc
+          [-k plug.opt|--plugin-option plug.opt]\fR
0cd6dc
           [--no-report] [--config-file conf]\fR
0cd6dc
           [--batch] [--build] [--debug]\fR
0cd6dc
           [--name name] [--case-id id] [--ticket-number nr]
0cd6dc
           [--tmp-dir directory]\fR
0cd6dc
           [-p|--profile profile-name]\fR
0cd6dc
           [--list-profiles]\fR
0cd6dc
+          [--verify]\fR
0cd6dc
+          [--log-size]\fR
0cd6dc
+          [--all-logs]\fR
0cd6dc
           [-z|--compression-type method]\fR
0cd6dc
-          [--help]\fR
0cd6dc
+          [-h|--help]\fR
0cd6dc
+
0cd6dc
 .SH DESCRIPTION
0cd6dc
 \fBsosreport\fR generates an archive of configuration and diagnostic
0cd6dc
 information from the running system. The archive may be stored locally
0cd6dc
@@ -46,7 +51,7 @@ Enable the specified plugin(s) only (all other plugins should be
0cd6dc
 disabled). Multiple plugins may be specified by repeating the option
0cd6dc
 or as a comma-separated list.
0cd6dc
 .TP
0cd6dc
-.B \-k PLUGNAME.PLUGOPT[=VALUE]
0cd6dc
+.B \-k PLUGNAME.PLUGOPT[=VALUE], \--plugin-option=PLUGNAME.PLUGOPT[=VALUE]
0cd6dc
 Specify plug-in options. The option PLUGOPT is enabled, or set to the
0cd6dc
 specified value in the plug-in PLUGNAME.
0cd6dc
 .TP
0cd6dc
@@ -81,6 +86,22 @@ profiles include: boot, cluster, desktop, debug, hardware, identity,
0cd6dc
 network, openstack, packagemanager, security, services, storage,
0cd6dc
 sysmgmt, system, performance, virt, and webserver.
0cd6dc
 .TP
0cd6dc
+.B \--verify
0cd6dc
+Instructs plugins to perform plugin-specific verification during data
0cd6dc
+collection. This may include package manager verification, log integrity
0cd6dc
+testing or other plugin defined behaviour. Use of \--verify may cause
0cd6dc
+the time taken to generate a report to be considerably longer.
0cd6dc
+.TP
0cd6dc
+.B \--log-size
0cd6dc
+Places a global limit on the size of any collected set of logs. The
0cd6dc
+limit is applied separately for each set of logs collected by any
0cd6dc
+plugin.
0cd6dc
+.TP
0cd6dc
+.B \--all-logs
0cd6dc
+Tell plugins to collect all possible log data ignoring any size limits
0cd6dc
+and including logs in non-default locations. This option may significantly
0cd6dc
+increase the size of reports.
0cd6dc
+.TP
0cd6dc
 .B \-z, \--compression-type METHOD
0cd6dc
 Override the default compression type specified by the active policy.
0cd6dc
 .TP
0cd6dc
@@ -94,9 +115,9 @@ Specify a name to be used for the archive.
0cd6dc
 .B \--case-id NUMBER
0cd6dc
 Specify a case identifier to associate with the archive.
0cd6dc
 Identifiers may include alphanumeric characters, commas and periods ('.').
0cd6dc
-Synonymous with \--ticket, \--ticket-number.
0cd6dc
+Synonymous with \--ticket-number.
0cd6dc
 .TP
0cd6dc
-.B \--ticket, \--ticket-number NUMBER
0cd6dc
+.B \--ticket-number NUMBER
0cd6dc
 Specify a ticket number or other identifier to associate with the archive.
0cd6dc
 Identifiers may include alphanumeric characters, commas and periods ('.').
0cd6dc
 Synonymous with \--case-id.
0cd6dc
-- 
0cd6dc
1.9.3
0cd6dc