Skip to content

Commit 42ef3a2

Browse files
authored
Merge pull request #1396 from isimluk/fetch-remote-resources-note
fetch-remote-resources can be used only together with datastreams
2 parents 6cd7d2d + cc411f2 commit 42ef3a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/oscap-oval.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ static struct oscap_module OVAL_EVAL = {
113113
" (only applicable for source datastreams)\n"
114114
" --oval-id <id> - ID of the OVAL component ref in the datastream to use.\n"
115115
" (only applicable for source datastreams)\n"
116-
" --fetch-remote-resources - Download remote content referenced by OVAL Definitions.\n",
116+
" --fetch-remote-resources - Download remote content referenced by OVAL Definitions.\n"
117+
" (only applicable for source datastreams)\n",
117118
.opt_parser = getopt_oval_eval,
118119
.func = app_evaluate_oval
119120
};

0 commit comments

Comments
 (0)