Skip to content

Commit 3b9508d

Browse files
committed
Fix help text
1 parent 3bf305c commit 3b9508d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/oscap-xccdf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ static struct oscap_module XCCDF_EVAL = {
153153
" --profile <name> - The name of Profile to be evaluated.\n"
154154
" --rule <name> - The name of a single rule to be evaluated.\n"
155155
" --skip-rule <name> - The name of the rule to be skipped.\n"
156-
" --reference <URL=ID> - Evaluate only rules that have the given reference.\n"
156+
" --reference <NAME:ID> - Evaluate only rules that have the given reference.\n"
157157
" --tailoring-file <file> - Use given XCCDF Tailoring file.\n"
158158
" --tailoring-id <component-id> - Use given DS component as XCCDF Tailoring file.\n"
159159
" --cpe <name> - Use given CPE dictionary or language (autodetected)\n"

0 commit comments

Comments
 (0)