diff options
-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 c2b60d80..b0a86f21 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -12,6 +12,7 @@ sosreport \- Collect and package diagnostic and support data [--no-report] [--config-file conf]\fR [--batch] [--build] [--debug]\fR [--name name] [--case-id id] [--ticket-number nr] + [-s|--sysroot]\fR [--tmp-dir directory]\fR [-p|--profile profile-name]\fR [--list-profiles]\fR @@ -72,6 +73,10 @@ Disable HTML/XML report writing. .B \--config-file CONFIG Specify alternate configuration file. .TP +.B \-s, \--sysroot SYSROOT +Specify an alternate root file system path. Useful for collecting +reports from containers and images. +.TP .B \--tmp-dir DIRECTORY Specify alternate temporary directory to copy data as well as the compressed report. |