Skip to content

Commit 388b36e

Browse files
committed
Remove kubebuilder hardcoded reference in alpha subcommand description
Signed-off-by: Adrian Orive <[email protected]>
1 parent 6ca3450 commit 388b36e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/cli/alpha.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ func (c *CLI) newAlphaCmd() *cobra.Command {
3636
alpha := &cobra.Command{
3737
Use: alphaCommand,
3838
SuggestFor: []string{"experimental"},
39-
Short: "Alpha kubebuilder subcommands",
39+
Short: "Alpha-stage subcommands",
4040
Long: strings.TrimSpace(`
41-
Alpha kubebuilder commands are for unstable features.
41+
Alpha subcommands are for unstable features.
4242
43-
- Alpha commands are exploratory and may be removed without warning.
44-
- No backwards compatibility is provided for any alpha commands.
43+
- Alpha subcommands are exploratory and may be removed without warning.
44+
- No backwards compatibility is provided for any alpha subcommands.
4545
`),
4646
}
4747
for i := range alphaCommands {

0 commit comments

Comments
 (0)