Skip to content
Snippets Groups Projects
Verified Commit 9936680d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Fixed {action}_entity_permissions help line.

parent e9a0a698
No related branches found
No related tags found
2 merge requests!93Release 0.11.0,!80{action}_entity_permissions help
Pipeline #30544 passed
......@@ -621,8 +621,8 @@ USAGE
for action in ["grant", "deny", "revoke_denial", "revoke_grant"]:
action_entity_permissions_parser = subparsers.add_parser(
"{}_entity_permissions".format(action),
help="{} entity permissions to a role.".format(action))
f"{action}_entity_permissions",
help=f"{action} entity permissions to one or more Entities.")
action_entity_permissions_parser.set_defaults(
call=do_action_entity_permissions, action=action)
action_entity_permissions_parser.add_argument(dest="query", metavar="QUERY",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment