adjust help
This commit is contained in:
parent
32239f2c68
commit
8e74f198a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue