From 269a0a3ee52d9cf8a4c9546ae524f4da1dbd960c Mon Sep 17 00:00:00 2001 From: xiongzhongliang Date: Tue, 22 Dec 2020 16:49:39 +0800 Subject: [PATCH] fix typo of kubectl completion -h Kubernetes-commit: fe094b20d2d66a28d4cfb78fcb493d213136cded --- pkg/cmd/completion/completion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/completion/completion.go b/pkg/cmd/completion/completion.go index 3b099ac8..1a25123b 100644 --- a/pkg/cmd/completion/completion.go +++ b/pkg/cmd/completion/completion.go @@ -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