mirror of https://github.com/kubernetes/kops.git
fix typo
This commit is contained in:
parent
16f6fe4bbb
commit
90ed63465b
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue