diff options
| author | Eric Paris <eparis@redhat.com> | 2015-08-14 18:50:03 -0400 |
|---|---|---|
| committer | Eric Paris <eparis@redhat.com> | 2015-08-14 18:50:03 -0400 |
| commit | 0eb6b6ec3d1bba2e956e63e6309b3d23b9e6c8c4 (patch) | |
| tree | 6834ef961686d8f6b77ef18324ee4bb6451a4497 | |
| parent | bc21d6f1f433a0fdcc8696b1c65a4908cf0b27d5 (diff) | |
TYPO: fix documentation to point at update-generated-docs.sh
| -rw-r--r-- | kubectl-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubectl-conventions.md b/kubectl-conventions.md index e5d1df75..5739708c 100644 --- a/kubectl-conventions.md +++ b/kubectl-conventions.md @@ -99,7 +99,7 @@ Updated: 8/12/2015 ## Documentation conventions -* Commands are documented using Cobra; docs are then auto-generated by hack/run-gendocs.sh. +* Commands are documented using Cobra; docs are then auto-generated by `hack/update-generated-docs.sh`. * Use should contain a short usage string for the most common use case(s), not an exhaustive specification * Short should contain a one-line explanation of what the command does * Long may contain multiple lines, including additional information about input, output, commonly used flags, etc. |
