Skip to content

Commit b08c720

Browse files
fix inclusion flag help example (#295)
1 parent bb5c02b commit b08c720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/scan/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ $ debricked scan . `+exampleFlags)
129129
inclusions,
130130
`Forces inclusion of specified terms, see exclusion flag for more information on supported terms.
131131
Examples:
132-
$ debricked scan . --include '**/node_modules/**'`)
132+
$ debricked scan . --inclusion '**/node_modules/**'`)
133133
regenerateDoc := strings.Join(
134134
[]string{
135135
"Toggle regeneration of already existing lock files between 3 modes:\n",

0 commit comments

Comments
 (0)