Skip to content

Commit

Permalink
Merge pull request #237 from damongant/fix-main-cmd-help
Browse files Browse the repository at this point in the history
cmd/apiserver-boot: fix example docs in root command
  • Loading branch information
Phillip Wittrock committed May 6, 2018
2 parents 8b47e32 + ba7b2dc commit be4496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apiserver-boot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var cmd = &cobra.Command{
apiserver-boot init repo --domain example.com
# Create new resource "Bee" in the "insect" group with version "v1beta"
apiserver-boot create group version kind --group insect --version v1beta --kind Bee
apiserver-boot create group version resource --group insect --version v1beta --kind Bee
# Build the generated code, apiserver and controller-manager so they be run locally.
apiserver-boot build executables
Expand Down

0 comments on commit be4496d

Please sign in to comment.