Merge pull request #23132 from jeffmendoza/update-exmaple-guidelines

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-21 17:30:24 -07:00
commit 6f2729f0dc

View File

@ -110,7 +110,8 @@ Examples are not:
* When providing an example command or config for which the user is * When providing an example command or config for which the user is
expected to substitute text with something specific to them, use expected to substitute text with something specific to them, use
angle brackets: `<IDENTIFIER>` for the text to be substituted. angle brackets: `<IDENTIFIER>` for the text to be substituted.
* Use `kubectl` instead of `cluster\kubectl.sh` for example cli
commands.
### At the end ### At the end