Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 24, 2023
1 parent 3fcc4fa commit 8c8c373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cliutils/commandsflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ var flagsMap = map[string]cli.Flag{
Name: workingDirs,
Usage: "[Optional] A comma-separated list of relative working directories, to determine audit targets locations.` `",
},
ExclusionsAudit : cli.StringFlag{
ExclusionsAudit: cli.StringFlag{
Name: exclusions,
Usage: "[Optional] Semicolon-separated list of exclusions. Exclusions can include the * and the ? wildcards.` `",
},
Expand Down

0 comments on commit 8c8c373

Please sign in to comment.