diff options
author | Ponnuvel Palaniyappan <ponnuvel.palaniyappan@canonical.com> | 2020-06-26 10:15:21 +0100 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-06-29 15:06:10 -0400 |
commit | 047bf4048ccbe6c54786df04729208ddff513f40 (patch) | |
tree | 9f69071f4f7ea89c4559fda36b942f08c7cb4dc6 /man/en/sos-report.1 | |
parent | b85039b9ed658a4a59c637552a67ca9f2cf843b1 (diff) | |
download | sos-047bf4048ccbe6c54786df04729208ddff513f40.tar.gz |
[man] Fix typos in man pages
Fix several typos within the manpage
Resolves: #2133
Signed-off-by: Ponnuvel Palaniyappan <ponnuvel.palaniyappan@canonical.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'man/en/sos-report.1')
-rw-r--r-- | man/en/sos-report.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/en/sos-report.1 b/man/en/sos-report.1 index 4f7185f1..41758e79 100644 --- a/man/en/sos-report.1 +++ b/man/en/sos-report.1 @@ -135,7 +135,7 @@ reports from containers and images. .B \-c, \--chroot {auto|always|never} 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 +a specific plugin). This can be overridden by setting \--chroot to "always" (always chroot) or "never" (always run in the host namespace). .TP @@ -147,7 +147,7 @@ compressed report. Display a list of available profiles and the plugins that they enable. .TP .B \-p, \--profile NAME -Only run plugins that correspond to the given profile. Multple profiles +Only run plugins that correspond to the given profile. Multiple profiles may be specified as a comma-separated list; the set of plugins executed is the union of each of the profile's plugin sets. Currently defined profiles include: boot, cluster, desktop, debug, hardware, identity, |