fix(k8s): update usage message in freeleaps-cluster-authenticator to include environment variable syntax
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
ce9826d098
commit
3a6e22c7ef
@ -22,7 +22,7 @@ AUTO_INSTALL_KUBELOGIN=${AUTO_INSTALL_KUBELOGIN:-true}
|
|||||||
help() {
|
help() {
|
||||||
echo "Freeleaps Cluster Authenticator (Version: ${VERSION})"
|
echo "Freeleaps Cluster Authenticator (Version: ${VERSION})"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Usage: freeleaps-cluster-authenticator <sub-command>"
|
echo "Usage: [environment-variable=value] freeleaps-cluster-authenticator <sub-command>"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Sub Commands:"
|
echo "Sub Commands:"
|
||||||
echo " auth,-a,--auth Setup kubectl for freeleaps cluster with Mathmast account."
|
echo " auth,-a,--auth Setup kubectl for freeleaps cluster with Mathmast account."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user