mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
commands: Rename realm_alias command to realm_domain.
This commit is contained in:
committed by
Tim Abbott
parent
362ee482c0
commit
664b23c495
@@ -74,5 +74,5 @@ class Command(BaseCommand):
|
|||||||
print("No such entry found!")
|
print("No such entry found!")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
else:
|
else:
|
||||||
self.print_help("./manage.py", "realm_alias")
|
self.print_help("./manage.py", "realm_domain")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
Reference in New Issue
Block a user