Rename rename-stream to rename_stream to match other management commands.

(imported from commit 28522ac669a38e3de3f25b28c82ab0c787aecd0b)
This commit is contained in:
Tim Abbott 2013-10-31 14:56:24 -04:00
parent 013e84ef86
commit 5b1e504e13
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import sys
class Command(BaseCommand):
help = """Change the stream name for a realm.
Usage: python manage.py rename-stream <domain> <old name> <new name>"""
Usage: python manage.py rename_stream <domain> <old name> <new name>"""
def handle(self, *args, **options):
if len(args) != 3: