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

Commit

Permalink
Reflect docs wrt. -o option
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
Ikey Doherty committed Jan 14, 2016
1 parent c4e675a commit 9124c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/cve-check-tool.1
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ of bug queries.
.PP
\fB\-o\fR, \fB\-\-output-file\fR
.RS 4
Set the path to the output file of \fBcve\-check\-tool\fR. Currently only
useful for the HTML output module.
Set the path to the output file of \fBcve\-check\-tool\fR. This is only used
by plugins that would normally output to stdout (such as csv, cli and html).
.RE
.PP
\fB\-v\fR, \fB\-\-version\fR
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static GOptionEntry _entries[] = {
{ "auto-bug", 'b', 0, G_OPTION_ARG_NONE, &auto_bug, "Enable automatic bug tracking", NULL },
{ "auto-bug-template", 'j', 0, G_OPTION_ARG_STRING, &auto_bug_template, "Path to optional auto-bug json template file", NULL },
{ "mapping", 'M', 0, G_OPTION_ARG_STRING, &mapping_file, "Path to a mapping file", NULL},
{ "output-file", 'o', 0, G_OPTION_ARG_STRING, &output_file, "Path to the output file (plugin specific)", NULL},
{ "output-file", 'o', 0, G_OPTION_ARG_STRING, &output_file, "Path to the output file (output plugin specific)", NULL},
{ .short_name = 0 }
};

Expand Down

0 comments on commit 9124c6e

Please sign in to comment.