Commit 03dbf650 authored by Eric Paris's avatar Eric Paris

Merge pull request #12754 from eparis/gendoc-rename

TYPO: fix documentation to point at update-generated-docs.sh
parents eed655a6 21d22e04
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment