1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 15:04:27 +00:00

minor update to queue command doc

This commit is contained in:
Pablo Hoffman 2010-11-08 02:19:54 -02:00
parent 5bdffadbe3
commit 37c9d5feff

View File

@ -14,7 +14,7 @@ class Command(runserver.Command):
return "[options] <list|clear|count|add spider1 ..>"
def short_desc(self):
return "Control execution queue"
return "Control the spider queue"
def add_options(self, parser):
ScrapyCommand.add_options(self, parser)