diff options
author | Jose Castillo <jcastillo@redhat.com> | 2021-02-04 17:17:29 +0100 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-02-09 13:21:42 -0500 |
commit | 9fe414f3bfcd9457d7f1a22504ebc45fc6be6f7e (patch) | |
tree | d0dc87d388c57adff58fecea629421d8a79bcddc /man | |
parent | aca3a9b9f9159bd38f94903dcc82313ae1fb9841 (diff) | |
download | sos-9fe414f3bfcd9457d7f1a22504ebc45fc6be6f7e.tar.gz |
[cleaner] Add 'cleaner' alias functionality
The option 'cleaner' was not implemented
as an alias. This patch enables it for both
'sos report' and 'sos collect'.
Resolves: #2405
Signed-off-by: Jose Castillo <jcastillo@redhat.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sos.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/en/sos.1 b/man/en/sos.1 index af1a5287..2aee4ede 100644 --- a/man/en/sos.1 +++ b/man/en/sos.1 @@ -50,7 +50,7 @@ May also be invoked via the alias \fBsos collector\fR or the deprecated command \fBsos-collector\fR. .TP -.B clean|mask +.B clean|cleaner|mask This subcommand takes input of either 1) an sosreport tarball, 2) a collection of sosreport tarballs such as from \fBcollect\fR, or 3) the unpackaged directory of an sosreport and obfuscates potentially sensitive system information @@ -63,7 +63,8 @@ between matched data items. See \fB sos clean --help\fR and \fBman sos-clean\fR for more information. -May be invoked via either \fBsos clean\fR, \fBsos mask\fR, or via the \fB--clean\fR or \fB --mask\fR options +May be invoked via either \fBsos clean\fR, \fBsos cleaner\fR, \fBsos mask\fR, +or via the \fB--clean\fR, \fB--cleaner\fR or \fB --mask\fR options for \fBreport\fR and \fBcollect\fR. .SH GLOBAL OPTIONS |