Skip to content

Commit e0b7bd3

Browse files
committed
Document verbose options as common for all modules
The man page becomes shorter and it is explicitely said that the --verbose and --verbose-log-file are common options for all modules.
1 parent 57ccbea commit e0b7bd3

File tree

1 file changed

+13
-28
lines changed

1 file changed

+13
-28
lines changed

utils/oscap.8

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@ Common Vulnerability Scoring System
4444
\fBcve\fR
4545
Common Vulnerabilities and Exposures
4646

47+
.SH COMMON OPTIONS FOR ALL MODULES
48+
.RE
49+
.TP
50+
\fB\-\-verbose VERBOSITY_LEVEL\fR
51+
.RS
52+
Turn on verbose mode at specified verbosity level. VERBOSITY_LEVEL is one of: DEVEL, INFO, WARNING, ERROR.
53+
.RE
54+
.TP
55+
\fB\-\-verbose-log-file FILE\fR
56+
.RS
57+
Set filename to write additional information.
58+
.RE
59+
4760
.SH INFO OPERATIONS
4861
.TP
4962
[\fIoptions\fR] any-scap-file.xml
@@ -180,16 +193,6 @@ Allow download of remote OVAL content referenced from XCCDF by check-content-ref
180193
.RS
181194
Execute XCCDF remediation in the process of XCCDF evaluation. This option automatically executes content of XCCDF fix elements for failed rules, and thus this shall be avoided unless for trusted content. Use of this option is always at your own risk.
182195
.RE
183-
.TP
184-
\fB\-\-verbose VERBOSITY_LEVEL\fR
185-
.RS
186-
Turn on verbose mode at specified verbosity level. VERBOSITY_LEVEL is one of: DEVEL, INFO, WARNING, ERROR.
187-
.RE
188-
.TP
189-
\fB\-\-verbose-log-file FILE\fR
190-
.RS
191-
Set filename to write additional information.
192-
.RE
193196
.RE
194197
.TP
195198
.B remediate\fR [\fIoptions\fR] INPUT_FILE [\fIoval-definitions-files\fR]
@@ -433,13 +436,6 @@ Do not validate input/output files.
433436
\fB\-\-fetch-remote-resources\fR
434437
Allow download of remote components referenced from Datastream.
435438
.RE
436-
.TP
437-
\fB\-\-verbose VERBOSITY_LEVEL\fR
438-
Turn on verbose mode at specified verbosity level. VERBOSITY_LEVEL is one of: DEVEL, INFO, WARNING, ERROR.
439-
.TP
440-
\fB\-\-verbose-log-file FILE\fR
441-
Set filename to write additional information.
442-
.RE
443439

444440
.TP
445441
.B collect\fR [\fIoptions\fR] definitions-file
@@ -459,11 +455,6 @@ Write OVAL System Characteristic into file.
459455
\fB\-\-skip-valid\fR
460456
Do not validate input/output files.
461457
.TP
462-
\fB\-\-verbose VERBOSITY_LEVEL\fR
463-
Turn on verbose mode at specified verbosity level. VERBOSITY_LEVEL is one of: DEVEL, INFO, WARNING, ERROR.
464-
.TP
465-
\fB\-\-verbose-log-file FILE\fR
466-
Set filename to write additional information.
467458
.RE
468459

469460
.TP
@@ -479,12 +470,6 @@ Use OVAL Directives content to specify desired results content.
479470
.TP
480471
\fB\-\-skip-valid\fR
481472
Do not validate input/output files.
482-
.TP
483-
\fB\-\-verbose VERBOSITY_LEVEL\fR
484-
Turn on verbose mode at specified verbosity level. VERBOSITY_LEVEL is one of: DEVEL, INFO, WARNING, ERROR.
485-
.TP
486-
\fB\-\-verbose-log-file FILE\fR
487-
Set filename to write additional information.
488473
.RE
489474

490475
.TP

0 commit comments

Comments
 (0)