Skip to content

Commit 4b4d28a

Browse files
authored
Merge pull request #2091 from Adirio/alpha-description
📖 Remove kubebuilder hardcoded reference in alpha subcommand description
2 parents 94b63e2 + 388b36e commit 4b4d28a

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)