Explorar o código

Change the help for the celerybeat management command

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
479a884964
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      celery/management/commands/celerybeat.py

+ 2 - 2
celery/management/commands/celerybeat.py

@@ -9,9 +9,9 @@ from celery.bin.celerybeat import run_clockservice, OPTION_LIST
 
 
 class Command(BaseCommand):
-    """Run the celery daemon."""
+    """Run the celery periodic task scheduler."""
     option_list = BaseCommand.option_list + OPTION_LIST
-    help = 'Run the celery daemon'
+    help = 'Run the celery periodic task scheduler'
 
     def handle(self, *args, **options):
         """Handle the management command."""