Skip to content

Commit 793a478

Browse files
committed
Remove parameters from kubectl-kubeplus-commands to match other commands
1 parent e764cf0 commit 793a478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/kubectl-kubeplus-commands

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ print_help () {
1616
echo " kubectl grantpermission consumer"
1717
echo " kubectl upload chart"
1818
echo " kubectl show provider permissions"
19-
echo " kubectl show consumer permissions"
19+
echo " kubectl show consumer permissions"
2020
echo " kubectl license create"
2121
echo " kubectl license get"
2222
echo " kubectl license delete"
@@ -57,7 +57,7 @@ print_help () {
5757
echo " Upload Helm chart (tgz) to KubePlus Operator."
5858
echo ""
5959
echo " - kubectl show provider permissions shows the permissions for kubeplus-saas-provider service account in the namespace where kubeplus is installed."
60-
echo " - kubectl show consumer permissions shows the RBAC permissions for a consumer."
60+
echo " - kubectl show consumer permissions shows the permissions for kubeplus-saas-consumer service account in the namespace where kubeplus is installed."
6161
echo " License Management."
6262
echo " - kubectl license create - creates license for a Kind"
6363
echo " - kubectl license get - gets license for a Kind"

0 commit comments

Comments
 (0)