Skip to content

Commit 6eec72d

Browse files
committed
fix types default
1 parent 9b249dc commit 6eec72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtractl/cmd/entity/entity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func Cmd(api client.Client, name string, debug *bool) *cobra.Command {
4848
}
4949

5050
func addTypesFlag(cmd *cobra.Command) {
51-
cmd.Flags().StringSliceP("types", "t", []string{"'*'"}, "restrict entity types (either \"*\", a single type or a comma separated list)")
51+
cmd.Flags().StringSliceP("types", "t", []string{"*"}, "restrict entity types (either \"*\", a single type or a comma separated list)")
5252
}
5353

5454
func parseTypes(cmd *cobra.Command) []string {

0 commit comments

Comments
 (0)