TYPO: fix documentation to point at update-generated-docs.sh

This commit is contained in:
Eric Paris 2015-08-14 18:50:03 -04:00
parent eed655a6e6
commit 21d22e04be

View File

@ -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.