Skip to content

Commit d48db73

Browse files
As we do not support SCS removed the same from help text
1 parent 443258d commit d48db73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/commands/predicates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func triageShowSubCommand(resultsPredicatesWrapper wrappers.ResultsPredicatesWra
107107
Long: "The show command provides a list of all the predicates in the issue",
108108
Example: heredoc.Doc(
109109
`
110-
$ cx triage show --similarity-id <SimilarityID> --project-id <ProjectID> --scan-type <SAST||IAC-SECURITY||SCS>
110+
$ cx triage show --similarity-id <SimilarityID> --project-id <ProjectID> --scan-type <SAST||IAC-SECURITY>
111111
`,
112112
),
113113

0 commit comments

Comments
 (0)