mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Rename create-stream to create_stream to match other management commands.
(imported from commit 28daad12943ab5eb245d7737934b08f5b29e8f90)
This commit is contained in:
@@ -13,7 +13,7 @@ class Command(BaseCommand):
|
||||
This should be used for TESTING only, unless you understand the limitations of
|
||||
the command.
|
||||
|
||||
Usage: python manage.py create-stream <domain> <stream name>"""
|
||||
Usage: python manage.py create_stream <domain> <stream name>"""
|
||||
|
||||
def handle(self, *args, **options):
|
||||
if len(args) != 2:
|
||||
Reference in New Issue
Block a user