commands: Rename `realm_alias` command to `realm_domain`.

This commit is contained in:
Harshit Bansal 2017-03-31 18:51:05 +00:00 committed by Tim Abbott
parent 362ee482c0
commit 664b23c495
1 changed files with 1 additions and 1 deletions

View File

@ -74,5 +74,5 @@ class Command(BaseCommand):
print("No such entry found!")
sys.exit(1)
else:
self.print_help("./manage.py", "realm_alias")
self.print_help("./manage.py", "realm_domain")
sys.exit(1)