Skip to content

Commit 51b8e0e

Browse files
committed
Update oscap-vm manual page with verbose options changes
oscap-vm is a small wrapper that just passes all the remaining arguments to the oscap utility. Therefore the --verbose options should be applicable to all oscap-vm subcommands.
1 parent 22b6781 commit 51b8e0e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

utils/oscap-vm.8

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ The rest of the options are passed directly to \fBoscap(8)\fR utility. For the d
3030

3131
Last argument is SCAP content input file.
3232

33+
Supported common options are:
34+
\-\-verbose <verbosity_level>
35+
\-\-verbose\-log\-file <file>
36+
3337
.SS Evaluation of XCCDF content
3438

3539
\fBxccdf eval\fR module evaluates XCCDF files or SCAP source datastreams. Result of each rule is printed to standard output, including rule title, rule id and security identifier (CVE, CCE).
@@ -62,8 +66,6 @@ Supported oscap xccdf eval options are:
6266
\-\-datastream-id <id>
6367
\-\-xccdf-id <id>
6468
\-\-benchmark-id <id>
65-
\-\-verbose <verbosity_level>
66-
\-\-verbose\-log\-file <file>
6769

6870
Remediation of virtual machines is not supported.
6971

@@ -90,8 +92,6 @@ Supported oscap oval eval options are:
9092
\-\-skip-valid
9193
\-\-datastream-id <id>
9294
\-\-oval-id <id>
93-
\-\-verbose <verbosity_level>
94-
\-\-verbose\-log\-file <file>
9595

9696
.SS Collection of OVAL System Characteristic
9797

@@ -111,8 +111,6 @@ Supported oscap oval collect options are:
111111
\-\-syschar <file>
112112
\-\-variables <file>
113113
\-\-skip-valid
114-
\-\-verbose <verbosity_level>
115-
\-\-verbose\-log\-file <file>
116114

117115
.SH EXAMPLES
118116

0 commit comments

Comments
 (0)