Merge pull request #97433 from pandaamanda/kubectl_completion

fix typo of command “kubectl completion -h”
This commit is contained in:
Kubernetes Prow Robot 2020-12-30 20:23:50 -08:00 committed by GitHub
commit b68e25113c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ var (
## via your distribution's package manager.
## Load the kubectl completion code for bash into the current shell
source <(kubectl completion bash)
## Write bash completion code to a file and source if from .bash_profile
## Write bash completion code to a file and source it from .bash_profile
kubectl completion bash > ~/.kube/completion.bash.inc
printf "
# Kubectl shell completion