Skip to content

Commit

Permalink
kcontext - clean up help
Browse files Browse the repository at this point in the history
  • Loading branch information
a-abella authored Aug 29, 2024
1 parent fdbc842 commit d72201b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools.d/90_kcontext.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ function kcontext () {
echo "Options:"
echo " -c, --current-context Prints the name of the currently selected context"
echo " -l, --list Lists the available context names from kubeconfig"
echo " -u, --unset Sets the active context to a null entry, and inserts"
echo " the null entry to the kubeconfig if one is not found."
echo " Selected by default if no CONTEXT is supplied"
echo " -u, --unset Sets the active context to a null entry. Selected"
echo " by default if no CONTEXT is supplied"
echo
echo "Arguments:"
echo " CONTEXT Name of the context to set, sourced from kubeconfig"
Expand Down

0 comments on commit d72201b

Please sign in to comment.