aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2019-03-22 12:17:15 +0000
committerBryn M. Reeves <bmr@redhat.com>2019-03-22 18:31:09 +0000
commit2edc54905686bdb9b16c93083b8f1fe2dc3229ce (patch)
tree13f121eff37cea4b19cb0a8ee1756e14ac9a3adf
parentca5a89090f7cb80330af69890513c6a07f6b3dba (diff)
downloadsos-2edc54905686bdb9b16c93083b8f1fe2dc3229ce.tar.gz
[man] add --dry-run to sosreport.1
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--man/en/sosreport.112
1 files changed, 9 insertions, 3 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1
index 43b126f4..271d0935 100644
--- a/man/en/sosreport.1
+++ b/man/en/sosreport.1
@@ -12,9 +12,9 @@ sosreport \- Collect and package diagnostic and support data
[--no-report] [--config-file conf]\fR
[--preset preset] [--add-preset add_preset]\fR
[--del-preset del_preset] [--desc description]\fR
- [--batch] [--build] [--debug]\fR
- [--label label] [--case-id id] [--ticket-number nr]
- [--threads threads]
+ [--batch] [--build] [--debug] [--dry-run]\fR
+ [--label label] [--case-id id] [--ticket-number nr]\fR
+ [--threads threads]\fR
[--plugin-timeout TIMEOUT]\fR
[-s|--sysroot SYSROOT]\fR
[-c|--chroot {auto|always|never}\fR
@@ -227,6 +227,12 @@ archive as a temporary file or directory tree.
Enable interactive debugging using the python debugger. Exceptions in
sos or plug-in code will cause a trap to the pdb shell.
.TP
+.B \--dry-run
+Execute plugins as normal, but do not collect any file content, command
+output, or string data from the system. The resulting logs may be used
+to understand the actions that sos would have taken without the dry run
+option.
+.TP
.B \--experimental
Enable plugins marked as experimental. Experimental plugins may not have
been tested for this port or may still be under active development.