diff options
Diffstat (limited to 'man/en/sos-clean.1')
-rw-r--r-- | man/en/sos-clean.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/en/sos-clean.1 b/man/en/sos-clean.1 index 28ac67f7..0c62ed07 100644 --- a/man/en/sos-clean.1 +++ b/man/en/sos-clean.1 @@ -4,6 +4,8 @@ sos clean - Obfuscate sensitive data from one or more sosreports .SH SYNOPSIS .B sos clean TARGET [options] [\-\-domains] + [\-\-keywords] + [\-\-keyword-file] [\-\-map-file] [\-\-jobs] [\-\-no-update] @@ -54,6 +56,10 @@ Keywords provided by this option will be obfuscated as "obfuscatedwordX" where X integer based on the keyword's index in the parser. Note that keywords will be replaced as both standalone words and in substring matches. .TP +.B \-\-keyword-file FILE +Provide a file that contains a list of keywords that should be obfuscated. Each word must +be specified on a newline within the file. +.TP .B \-\-map-file FILE Provide a location to a valid mapping file to use as a reference for existing obfuscation pairs. If one is found, the contents are loaded before parsing is started. This allows consistency between |