From aef1afe6048f3fdb597271887168026c50b2bc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Thu, 11 Oct 2018 16:49:57 +0200 Subject: [PATCH] Update man page (maint-1.3) I have reviewed the man page and I have updated it. --- utils/oscap.8 | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/oscap.8 b/utils/oscap.8 index c7a67f5a96..123c0f97bf 100644 --- a/utils/oscap.8 +++ b/utils/oscap.8 @@ -337,9 +337,6 @@ Write the report to this file instead of standard output. \fB\-\-result-id ID\fR ID of the XCCDF TestResult from which the report will be generated. .TP -\fB\-\-show \fIwhat\fR -Specify what result types shall be displayed in the result report. The default is to show everything except for rules with results notselected and notapplicable. The \fIwhat\fR part is a comma-separated list of result types to display in addition to the default. If result type is prefixed by a dash '-', it will be excluded from the results. If \fIwhat\fR is prefixed by an equality sign '=', a following list specifies exactly what rule types to include in the report. Result types are: pass, fixed, notchecked, notapplicable, notselected, informational, unknown, error, fail. -.TP \fB\-\-oval-template \fItemplate-string\fR To use the ability to include additional information from OVAL in xccdf result file, a template which will be used to obtain OVAL result file names has to be specified. The template can be either a filename or a string containing wildcard character (percent sign '%'). Wildcard will be replaced by the original OVAL definition file name as referenced from the XCCDF file. This way it is possible to obtain OVAL information even from XCCDF documents referencing several OVAL files. To use this option with results from an XCCDF evaluation, specify \fI%.result.xml\fR as a OVAL file name template. .TP