diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2015-01-24 00:35:09 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-07-07 20:56:57 +0100 |
commit | c4957d8aa4ea35f879639726267043f6bb46cc7c (patch) | |
tree | f347f663e07211e2e5e49b3210f65c5d093e7ef1 /man | |
parent | b1f3b3373e8ef3e94238760a3e7e78d95c564260 (diff) | |
download | sos-c4957d8aa4ea35f879639726267043f6bb46cc7c.tar.gz |
[docs] add -s/--sysroot to sosreport.1
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man')
-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. |