fix help
authorJan Szejko <janek37@gmail.com>
Thu, 7 Jun 2018 16:07:52 +0000 (18:07 +0200)
committerJan Szejko <janek37@gmail.com>
Thu, 7 Jun 2018 16:07:52 +0000 (18:07 +0200)
apps/catalogue/management/commands/publish.py

index 2407ae6..42deac4 100644 (file)
@@ -9,7 +9,7 @@ from catalogue.models import Book
 
 
 class Command(BaseCommand):
-    help = 'Exports a lesson in WL1 XML'
+    help = 'Publish lessons based on slugs in stdin'
     option_list = BaseCommand.option_list + (
         # make_option('-q', '--quiet', action='store_false', dest='verbose',
         #     default=True, help='Less output'),