Skip to content

Commit

Permalink
Merge pull request #109773 from danielhelfand/short-kubectl-comp
Browse files Browse the repository at this point in the history
Include powershell in short description for kubectl completion
  • Loading branch information
k8s-ci-robot committed Jun 5, 2022
2 parents ca630bc + 67e692d commit 35940b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 35940b7

Please sign in to comment.