We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716c7f4 commit cc411f2Copy full SHA for cc411f2
utils/oscap-oval.c
@@ -113,7 +113,8 @@ static struct oscap_module OVAL_EVAL = {
113
" (only applicable for source datastreams)\n"
114
" --oval-id <id> - ID of the OVAL component ref in the datastream to use.\n"
115
116
- " --fetch-remote-resources - Download remote content referenced by OVAL Definitions.\n",
+ " --fetch-remote-resources - Download remote content referenced by OVAL Definitions.\n"
117
+ " (only applicable for source datastreams)\n",
118
.opt_parser = getopt_oval_eval,
119
.func = app_evaluate_oval
120
};
0 commit comments