mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-04 06:16:59 -04:00
include powershell in short description for kubectl completion
Kubernetes-commit: 67e692d521a5904aaaea446fd1642d2696cab61f
This commit is contained in:
parent
128ebb7fbd
commit
76bcd89a57
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ func NewCmdCompletion(out io.Writer, boilerPlate string) *cobra.Command {
|
|||
cmd := &cobra.Command{
|
||||
Use: "completion SHELL",
|
||||
DisableFlagsInUseLine: true,
|
||||
Short: i18n.T("Output shell completion code for the specified shell (bash, zsh or fish)"),
|
||||
Short: i18n.T("Output shell completion code for the specified shell (bash, zsh, fish, or powershell)"),
|
||||
Long: completionLong,
|
||||
Example: completionExample,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue