Skip to content

Commit

Permalink
Merge pull request #208 in KSD/cli-appsec from bugfix/SECKSD-8466 to …
Browse files Browse the repository at this point in the history
…develop

* commit 'c09878d16886845f152bb68d924a2cfb23385ffe':
  SECKSD-8466 Updating display name for match target type
  • Loading branch information
Otto Merge committed Nov 17, 2020
2 parents 72e6cef + c09878d commit 8a32140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/matchtargets.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MatchTargetsCommand {
group: 'Optional:',
required: false
})
.enumeration('--type <apiType>', {
.enumeration('--type <match-target-type>', {
desc: 'Select whether to return API or Website match targets, if left blank, return both.',
choices: ['api', 'website'],
group: 'Optional:',
Expand Down

0 comments on commit 8a32140

Please sign in to comment.