Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 9124c6e

Browse files
author
Ikey Doherty
committed
Reflect docs wrt. -o option
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
1 parent c4e675a commit 9124c6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cve-check-tool.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ of bug queries.
9595
.PP
9696
\fB\-o\fR, \fB\-\-output-file\fR
9797
.RS 4
98-
Set the path to the output file of \fBcve\-check\-tool\fR. Currently only
99-
useful for the HTML output module.
98+
Set the path to the output file of \fBcve\-check\-tool\fR. This is only used
99+
by plugins that would normally output to stdout (such as csv, cli and html).
100100
.RE
101101
.PP
102102
\fB\-v\fR, \fB\-\-version\fR

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ static GOptionEntry _entries[] = {
291291
{ "auto-bug", 'b', 0, G_OPTION_ARG_NONE, &auto_bug, "Enable automatic bug tracking", NULL },
292292
{ "auto-bug-template", 'j', 0, G_OPTION_ARG_STRING, &auto_bug_template, "Path to optional auto-bug json template file", NULL },
293293
{ "mapping", 'M', 0, G_OPTION_ARG_STRING, &mapping_file, "Path to a mapping file", NULL},
294-
{ "output-file", 'o', 0, G_OPTION_ARG_STRING, &output_file, "Path to the output file (plugin specific)", NULL},
294+
{ "output-file", 'o', 0, G_OPTION_ARG_STRING, &output_file, "Path to the output file (output plugin specific)", NULL},
295295
{ .short_name = 0 }
296296
};
297297

0 commit comments

Comments
 (0)