mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
fix typo of kubectl completion -h
This commit is contained in:
parent
d63dc87ae8
commit
fe094b20d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user