Skip to content

Commit

Permalink
Add missing --fetch-remote-resources option to oval eval help.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbecker committed Aug 9, 2019
1 parent d63f019 commit 04ac769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/oscap-oval.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ static struct oscap_module OVAL_EVAL = {
" --datastream-id <id> - ID of the datastream in the collection to use.\n"
" (only applicable for source datastreams)\n"
" --oval-id <id> - ID of the OVAL component ref in the datastream to use.\n"
" (only applicable for source datastreams)\n",
" (only applicable for source datastreams)\n"
" --fetch-remote-resources - Download remote content referenced by OVAL Definitions.\n",
.opt_parser = getopt_oval_eval,
.func = app_evaluate_oval
};
Expand Down

0 comments on commit 04ac769

Please sign in to comment.