Blame SOURCES/sos-bz1630028-manpages-allow-system-changes.patch

a8a947
From b103c4a9e0c93f18576205eee7b8e0989aaf559d Mon Sep 17 00:00:00 2001
a8a947
From: Pavel Moravec <pmoravec@redhat.com>
a8a947
Date: Tue, 12 Nov 2019 19:12:45 +0100
a8a947
Subject: [PATCH] [man] describe --allow-system-changes (#1850)
a8a947
a8a947
In #1435, --allow-system-changes option was added that is documented
a8a947
in sosreport --help but not in manpages.
a8a947
a8a947
Resolves: #1850
a8a947
a8a947
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
a8a947
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
a8a947
---
a8a947
 man/en/sosreport.1 | 4 ++++
a8a947
 1 file changed, 4 insertions(+)
a8a947
a8a947
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1
a8a947
index 649cba0..a885d56 100644
a8a947
--- a/man/en/sosreport.1
a8a947
+++ b/man/en/sosreport.1
a8a947
@@ -25,6 +25,7 @@ sosreport \- Collect and package diagnostic and support data
a8a947
           [--log-size]\fR
a8a947
           [--all-logs]\fR
a8a947
           [--since YYYYMMDD[HHMMSS]]\fR
a8a947
+          [--allow-system-changes]\fR
a8a947
           [-z|--compression-type method]\fR
a8a947
           [--encrypt-key KEY]\fR
a8a947
           [--encrypt-pass PASS]\fR
a8a947
@@ -160,6 +161,9 @@ increase the size of reports.
a8a947
 Limits the collection to logs newer than this date.
a8a947
 This also affects \--all-logs. Will pad with 0s if HHMMSS isn't specified.
a8a947
 .TP
a8a947
+.B \--allow-system-changes
a8a947
+Run commands even if they can change the system (e.g. load kernel modules).
a8a947
+.TP
a8a947
 .B \-z, \--compression-type METHOD
a8a947
 Override the default compression type specified by the active policy.
a8a947
 .TP
a8a947
-- 
a8a947
1.8.3.1
a8a947