mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
fix typos in kubectl pkg
This commit is contained in:
parent
dc44a3174c
commit
c322f1d065
@ -135,7 +135,7 @@ func printService(out io.Writer, name, link string) {
|
|||||||
ct.ChangeColor(ct.Green, false, ct.None, false)
|
ct.ChangeColor(ct.Green, false, ct.None, false)
|
||||||
fmt.Fprint(out, name)
|
fmt.Fprint(out, name)
|
||||||
ct.ResetColor()
|
ct.ResetColor()
|
||||||
fmt.Fprintf(out, " is running at ")
|
fmt.Fprint(out, " is running at ")
|
||||||
ct.ChangeColor(ct.Yellow, false, ct.None, false)
|
ct.ChangeColor(ct.Yellow, false, ct.None, false)
|
||||||
fmt.Fprint(out, link)
|
fmt.Fprint(out, link)
|
||||||
ct.ResetColor()
|
ct.ResetColor()
|
||||||
|
@ -46,7 +46,7 @@ const defaultBoilerPlate = `
|
|||||||
var (
|
var (
|
||||||
completion_long = templates.LongDesc(i18n.T(`
|
completion_long = templates.LongDesc(i18n.T(`
|
||||||
Output shell completion code for the specified shell (bash or zsh).
|
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 kubectl commands. This can be done by sourcing it from
|
completion of kubectl commands. This can be done by sourcing it from
|
||||||
the .bash_profile.
|
the .bash_profile.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user