diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-09-01 15:54:55 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-09-13 10:47:04 -0400 |
commit | f3f3e763d7c31b7b7cafdf8dd4dab87056fb7696 (patch) | |
tree | fe15b2373e542e0331068a4437eafae636849238 /man/en | |
parent | 9b119f860eaec089f7ef884ff39c42589a662994 (diff) | |
download | sos-f3f3e763d7c31b7b7cafdf8dd4dab87056fb7696.tar.gz |
[cleaner] Add support for Insights client archives
Adds a new type of `SoSObfuscationArchive` to add support for
obfuscating archives generated by the Insights project.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'man/en')
-rw-r--r-- | man/en/sos-clean.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/en/sos-clean.1 b/man/en/sos-clean.1 index 54026713..358ec0cb 100644 --- a/man/en/sos-clean.1 +++ b/man/en/sos-clean.1 @@ -105,6 +105,7 @@ The following are accepted values for this option: \fBauto\fR Automatically detect the archive type \fBreport\fR An archive generated by \fBsos report\fR \fBcollect\fR An archive generated by \fBsos collect\fR + \fBinsights\fR An archive generated by the \fBinsights-client\fR package The following may also be used, however note that these do not attempt to pre-load any information from the archives into the parsers. This means that, among other limitations, |