This commit is contained in:
lichuqiang 2017-08-17 19:16:13 +08:00
parent 16f6fe4bbb
commit 90ed63465b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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