Skip to content

Commit

Permalink
correct help string accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
noamsdahan committed Aug 20, 2023
1 parent 6f56429 commit e1dff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/common/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func CommandFlags() []cli.Flag {
},
&cli.StringFlag{
Name: "status",
Usage: "CNAPPgoat status to filter on, e.g. 'Deployed', 'Destroyed', 'Error', 'Not Deployed'",
Usage: "CNAPPgoat status to filter on, e.g. 'deployed', 'destroyed', 'error', 'not-deployed'",
Aliases: []string{"s"},
},
}
Expand Down

0 comments on commit e1dff3c

Please sign in to comment.