Skip to content

Commit 1dd802f

Browse files
authored
fix: manage acl quotas help text (#338)
Fixe the acl quotas help text
1 parent ab7ec02 commit 1dd802f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/live_cluster/manage_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ async def _do_default(self, line):
844844
),
845845
ModifierHelp("write", "Quota for write transaction (TPS)."),
846846
),
847-
usage="<role> [read <read-quota>]|[write <write-quota>]",
847+
usage="role <role> [read <read-quota>]|[write <write-quota>]",
848848
short_msg="Change the read and write quotes for a role",
849849
)
850850
class ManageACLQuotasRoleController(ManageACLRolesLeafCommandController):

0 commit comments

Comments
 (0)