diff --git a/cmd/kops/completion.go b/cmd/kops/completion.go index 8dec4d9d3e..b4f20e5718 100644 --- a/cmd/kops/completion.go +++ b/cmd/kops/completion.go @@ -58,7 +58,7 @@ type CompletionOptions struct { var ( completion_long = templates.LongDesc(i18n.T(` Output shell completion code for the specified shell (bash or zsh). - The shell code must be evalutated to provide interactive + The shell code must be evaluated to provide interactive completion of kops commands. This can be done by sourcing it from the .bash_profile. diff --git a/docs/cli/kops_completion.md b/docs/cli/kops_completion.md index 6d6679a76a..9becb53217 100644 --- a/docs/cli/kops_completion.md +++ b/docs/cli/kops_completion.md @@ -8,7 +8,7 @@ Output shell completion code for the given shell (bash or zsh). ### Synopsis -Output shell completion code for the specified shell (bash or zsh). The shell code must be evalutated to provide interactive completion of kops commands. This can be done by sourcing it from the .bash _profile. +Output shell completion code for the specified shell (bash or zsh). The shell code must be evaluated to provide interactive completion of kops commands. This can be done by sourcing it from the .bash _profile. Note: this requires the bash-completion framework, which is not installed by default on Mac. Once installed, bash completion must be evaluated. This can be done by adding the following line to the .bash profile