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