Ver Fonte

Change the help for the celerybeat management command

Ask Solem há 15 anos atrás
pai
commit
479a884964
1 ficheiros alterados com 2 adições e 2 exclusões
  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."""