Skip to content

Commit b20a58a

Browse files
committed
Document that security subcommand reports invalid properties.
1 parent 8219a81 commit b20a58a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roundup/admin.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,11 @@ def do_security(self, args):
16321632
''"""Usage: security [Role name]
16331633
16341634
Display the Permissions available to one or all Roles.
1635+
Also validates that any properties defined in a
1636+
permission are valid.
1637+
1638+
Run this after changing your permissions to catch
1639+
typos.
16351640
"""
16361641
if len(args) == 1:
16371642
role = args[0]

0 commit comments

Comments
 (0)