From dbd4c187e3aa1b51be6262a772653b53a9abcc16 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 31 Oct 2013 14:56:58 -0400 Subject: [PATCH] Rename create-stream to create_stream to match other management commands. (imported from commit 28daad12943ab5eb245d7737934b08f5b29e8f90) --- .../management/commands/{create-stream.py => create_stream.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename zerver/management/commands/{create-stream.py => create_stream.py} (93%) diff --git a/zerver/management/commands/create-stream.py b/zerver/management/commands/create_stream.py similarity index 93% rename from zerver/management/commands/create-stream.py rename to zerver/management/commands/create_stream.py index e838b78f0a..25166716da 100644 --- a/zerver/management/commands/create-stream.py +++ b/zerver/management/commands/create_stream.py @@ -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 """ +Usage: python manage.py create_stream """ def handle(self, *args, **options): if len(args) != 2: