adjust help

This commit is contained in:
Mike McLean 2024-03-28 19:14:08 -04:00 committed by Tomas Kopecek
parent 32239f2c68
commit 8e74f198a2

View file

@ -8177,7 +8177,7 @@ def anon_handle_list_users(goptions, session, args):
parser.add_option("--prefix", help="List users that have a given prefix")
parser.add_option("--perm", help="List users that have a given permission")
parser.add_option("--inherited-perm", action='store_true', default=False,
help="List of users that inherited specific perm")
help="Consider inherited permissions")
(options, args) = parser.parse_args(args)
if len(args) > 0: