mirror of https://github.com/zulip/zulip.git
commands: Rename `realm_alias` command to `realm_domain`.
This commit is contained in:
parent
362ee482c0
commit
664b23c495
|
@ -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)
|
Loading…
Reference in New Issue