Skip to content

Commit 34b31b4

Browse files
authored
Merge pull request #340 from justinsb/fix_help_for_init
Fix CLI help text for init command
2 parents e34588a + 5c1e6fb commit 34b31b4

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
@@ -49,7 +49,7 @@ func AddInit(cmd *cobra.Command) {
4949
Short: "Initialize a new project",
5050
Long: `Initialize a new project including vendor/ directory and Go package directories.`,
5151
Example: `# Initialize project structure
52-
kubebuilder init repo --domain mydomain
52+
kubebuilder init --domain mydomain
5353
`,
5454
Run: func(cmd *cobra.Command, args []string) {
5555
o.runInitRepo()

0 commit comments

Comments
 (0)