Skip to content

Commit cdd95c6

Browse files
committed
Fix CLI help text for init command
I think it used to be called `init repo`
1 parent 06c1e62 commit cdd95c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubebuilder/initproject/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var repoCmd = &cobra.Command{
3434
Short: "Initialize a new project",
3535
Long: `Initialize a new project including vendor/ directory and go package directories.`,
3636
Example: `# Initialize project structure
37-
kubebuilder init repo --domain mydomain
37+
kubebuilder init --domain mydomain
3838
`,
3939
Run: runInitRepo,
4040
}

0 commit comments

Comments
 (0)