diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2019-11-12 19:12:45 +0100 |
---|---|---|
committer | BryanQuigley <BryanQuigley@users.noreply.github.com> | 2019-11-12 10:12:45 -0800 |
commit | b103c4a9e0c93f18576205eee7b8e0989aaf559d (patch) | |
tree | f51529951f2fcade5e04f388591765f5909cab2a /man/en/sosreport.1 | |
parent | edf11652ed9c069996b2e4744520294092d32778 (diff) | |
download | sos-b103c4a9e0c93f18576205eee7b8e0989aaf559d.tar.gz |
[man] describe --allow-system-changes (#1850)
In #1435, --allow-system-changes option was added that is documented
in sosreport --help but not in manpages.
Resolves: #1850
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
Diffstat (limited to 'man/en/sosreport.1')
-rw-r--r-- | man/en/sosreport.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 649cba04..a885d563 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -25,6 +25,7 @@ sosreport \- Collect and package diagnostic and support data [--log-size]\fR [--all-logs]\fR [--since YYYYMMDD[HHMMSS]]\fR + [--allow-system-changes]\fR [-z|--compression-type method]\fR [--encrypt-key KEY]\fR [--encrypt-pass PASS]\fR @@ -160,6 +161,9 @@ increase the size of reports. Limits the collection to logs newer than this date. This also affects \--all-logs. Will pad with 0s if HHMMSS isn't specified. .TP +.B \--allow-system-changes +Run commands even if they can change the system (e.g. load kernel modules). +.TP .B \-z, \--compression-type METHOD Override the default compression type specified by the active policy. .TP |