Fix command line help for ./manage.py show_admins

(imported from commit d5de8832214db7b8a754f155b225e706b655260b)
This commit is contained in:
Steve Howell
2014-01-28 09:14:57 -05:00
parent e716a75d22
commit aca5586cc0

View File

@@ -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):