Skip to content

Commit

Permalink
Fix duplicated label in the help
Browse files Browse the repository at this point in the history
  • Loading branch information
sderosiaux committed Aug 29, 2024
1 parent 9911cbe commit 9a9c645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func initGet(kinds schema.KindCatalog) {
kindCmd.MarkFlagRequired(flag.FlagName)
}
}
kindCmd.Flags().VarP(enumflag.New(&format, "output", OutputFormatIds, enumflag.EnumCaseInsensitive), "output", "o", "Output format. One of: json|yaml|name (default is yaml)")
kindCmd.Flags().VarP(enumflag.New(&format, "output", OutputFormatIds, enumflag.EnumCaseInsensitive), "output", "o", "Output format. One of: json|yaml|name")
getCmd.AddCommand(kindCmd)
}
}

0 comments on commit 9a9c645

Please sign in to comment.