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.
2 parents 6cd7d2d + cc411f2 commit 42ef3a2Copy full SHA for 42ef3a2
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