Update get_group_members.py
This commit is contained in:
parent
592c4fc49c
commit
c996fe072e
|
@ -13,7 +13,7 @@ class GetGroupMembers(Script):
|
|||
|
||||
def get_description(self) -> str:
|
||||
"""Get_description."""
|
||||
return """Return the current user."""
|
||||
return """Return the list of usernames of the users in the given group."""
|
||||
|
||||
def run(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue