Reformat kubectl completion example text

This makes the description wrap properly in 80-character terminals.
This commit is contained in:
Eli Young 2016-07-06 13:16:59 -07:00
parent 8c8c5d97ca
commit f2f80a097d

View File

@ -34,8 +34,9 @@ completion of kubectl commands.
completion_example = `
$ source <(kubectl completion bash)
will load the kubectl completion code for bash. Note that this depends on the bash-completion
framework. It must be sourced before sourcing the kubectl completion, i.e. on the Mac:
will load the kubectl completion code for bash. Note that this depends on the
bash-completion framework. It must be sourced before sourcing the kubectl
completion, e.g. on the Mac:
$ brew install bash-completion
$ source $(brew --prefix)/etc/bash_completion