mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
Fix command line help for ./manage.py show_admins
(imported from commit d5de8832214db7b8a754f155b225e706b655260b)
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
class Command(BaseCommand):
|
||||
help = """Show the admins in a realm.
|
||||
|
||||
Usage: ./manage.py show_admins <realm name>
|
||||
Usage: ./manage.py show_admins <realm domain>
|
||||
"""
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
||||
Reference in New Issue
Block a user