Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#340 from justinsb/fix_help_for_init
Browse files Browse the repository at this point in the history
Fix CLI help text for init command
  • Loading branch information
k8s-ci-robot authored Sep 14, 2018
2 parents e34588a + 5c1e6fb commit 34b31b4
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 @@ -49,7 +49,7 @@ func AddInit(cmd *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: func(cmd *cobra.Command, args []string) {
o.runInitRepo()
Expand Down

0 comments on commit 34b31b4

Please sign in to comment.