Skip to content

Commit

Permalink
cmd/apiserver-boot: fix example docs in root command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schittler committed May 3, 2018
1 parent edb4b90 commit ba7b2dc
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 ba7b2dc

Please sign in to comment.