浏览代码

Merge branch 'master' into events

Ask Solem 15 年之前
父节点
当前提交
cbf26aa931
共有 1 个文件被更改,包括 2 次插入2 次删除
  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."""