From c09878d16886845f152bb68d924a2cfb23385ffe Mon Sep 17 00:00:00 2001 From: Alan Lin Date: Tue, 17 Nov 2020 10:39:21 -0500 Subject: [PATCH] SECKSD-8466 Updating display name for match target type --- bin/commands/matchtargets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/commands/matchtargets.js b/bin/commands/matchtargets.js index 17b374d..ee36c0a 100644 --- a/bin/commands/matchtargets.js +++ b/bin/commands/matchtargets.js @@ -22,7 +22,7 @@ class MatchTargetsCommand { group: 'Optional:', required: false }) - .enumeration('--type ', { + .enumeration('--type ', { desc: 'Select whether to return API or Website match targets, if left blank, return both.', choices: ['api', 'website'], group: 'Optional:',