diff options
author | Adam Stokes <battlemidget@users.noreply.github.com> | 2017-06-29 08:49:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 08:49:57 -0400 |
commit | a590f6ebf48b4df6b53c0b257b5948df49e939b9 (patch) | |
tree | d242017a52bcc0164cf4304c54ef8a426dd1f0b4 /man/en | |
parent | 5bbe32f49f3406368ac794e638b61a3234da1d11 (diff) | |
download | sos-a590f6ebf48b4df6b53c0b257b5948df49e939b9.tar.gz |
[man/sosreport] fix typo in chroot description (#1036)
Fix small typo in the chroot section of the man page (alwyas -> always)
Fixes #1035
Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
Diffstat (limited to 'man/en')
-rw-r--r-- | man/en/sosreport.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 615efba3..be7afd65 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -82,7 +82,7 @@ reports from containers and images. Set the chroot mode. When \--sysroot is used commands default to executing with SYSROOT as the root directory (unless disabled by a specific plugin). This can be overriden by setting \--chroot to -"always" (alwyas chroot) or "never" (always run in the host +"always" (always chroot) or "never" (always run in the host namespace). .TP .B \--tmp-dir DIRECTORY |