diff options
Diffstat (limited to 'man/en/sosreport.1')
-rw-r--r-- | man/en/sosreport.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 271d0935..379aa92d 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -24,6 +24,7 @@ sosreport \- Collect and package diagnostic and support data [--verify]\fR [--log-size]\fR [--all-logs]\fR + [--since YYYYMMDD[HHMMSS]]\fR [-z|--compression-type method]\fR [--encrypt-key KEY]\fR [--encrypt-pass PASS]\fR @@ -153,6 +154,10 @@ Tell plugins to collect all possible log data ignoring any size limits and including logs in non-default locations. This option may significantly increase the size of reports. .TP +.B \--since YYYYMMDD[HHMMSS] +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 \-z, \--compression-type METHOD Override the default compression type specified by the active policy. .TP |