Skip to content

Commit c58a520

Browse files
authored
s/owners/owner
The actual flag name is `owner`.
1 parent 9c4c6c2 commit c58a520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export PATH=$PATH:/usr/local/kubebuilder/bin
5757
Initialize the project directory.
5858

5959
```bash
60-
kubebuilder init --domain k8s.io --license apache2 --owners "The Kubernetes Authors"
60+
kubebuilder init --domain k8s.io --license apache2 --owner "The Kubernetes Authors"
6161
```
6262
{% endmethod %}
6363

0 commit comments

Comments
 (0)