From f21ff7bbfa7658e1e7948e50d2265ed4384b5843 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 4 Mar 2013 09:15:53 -0500 Subject: [PATCH] update comment --- .../contentstore/management/commands/update_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/management/commands/update_templates.py b/cms/djangoapps/contentstore/management/commands/update_templates.py index 2e8d0565c9..b30d30480a 100644 --- a/cms/djangoapps/contentstore/management/commands/update_templates.py +++ b/cms/djangoapps/contentstore/management/commands/update_templates.py @@ -3,7 +3,7 @@ from django.core.management.base import BaseCommand class Command(BaseCommand): help = \ -'''Delete a MongoDB backed course''' +'''Imports and updates the Studio component templates from the code pack and put in the DB''' def handle(self, *args, **options): update_templates() \ No newline at end of file