From 3a6e22c7ef561df462c80b72a28c49b2e1ddc068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Wed, 15 Jan 2025 03:32:46 +0800 Subject: [PATCH] fix(k8s): update usage message in freeleaps-cluster-authenticator to include environment variable syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- bin/freeleaps-cluster-authenticator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/freeleaps-cluster-authenticator b/bin/freeleaps-cluster-authenticator index c19edde9..72bd85d2 100755 --- a/bin/freeleaps-cluster-authenticator +++ b/bin/freeleaps-cluster-authenticator @@ -22,7 +22,7 @@ AUTO_INSTALL_KUBELOGIN=${AUTO_INSTALL_KUBELOGIN:-true} help() { echo "Freeleaps Cluster Authenticator (Version: ${VERSION})" echo "" - echo "Usage: freeleaps-cluster-authenticator " + echo "Usage: [environment-variable=value] freeleaps-cluster-authenticator " echo "" echo "Sub Commands:" echo " auth,-a,--auth Setup kubectl for freeleaps cluster with Mathmast account."