Skip to content

Commit

Permalink
Fix CLI help text for init command
Browse files Browse the repository at this point in the history
I think it used to be called `init repo`
  • Loading branch information
justinsb committed Jul 31, 2018
1 parent 06c1e62 commit cdd95c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubebuilder/initproject/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var repoCmd = &cobra.Command{
Short: "Initialize a new project",
Long: `Initialize a new project including vendor/ directory and go package directories.`,
Example: `# Initialize project structure
kubebuilder init repo --domain mydomain
kubebuilder init --domain mydomain
`,
Run: runInitRepo,
}
Expand Down

0 comments on commit cdd95c6

Please sign in to comment.