Skip to content

Commit

Permalink
Reformat kubectl completion example text
Browse files Browse the repository at this point in the history
This makes the description wrap properly in 80-character terminals.
  • Loading branch information
elyscape committed Jul 6, 2016
1 parent 8c8c5d9 commit f2f80a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/kubectl/cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2f80a0

Please sign in to comment.