changeset 7379:40cab56a97f1

Document that security subcommand reports invalid properties.
author John Rouillard <rouilj@ieee.org>
date Mon, 22 May 2023 11:17:17 -0400
parents b4ac699c6282
children 6480443c2607
files roundup/admin.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/admin.py	Mon May 22 11:04:38 2023 -0400
+++ b/roundup/admin.py	Mon May 22 11:17:17 2023 -0400
@@ -1632,6 +1632,11 @@
         ''"""Usage: security [Role name]
 
              Display the Permissions available to one or all Roles.
+             Also validates that any properties defined in a
+             permission are valid.
+
+             Run this after changing your permissions to catch
+             typos.
         """
         if len(args) == 1:
             role = args[0]

Roundup Issue Tracker: http://roundup-tracker.org/