mirror of https://github.com/scrapy/scrapy.git
minor update to queue command doc
This commit is contained in:
parent
5bdffadbe3
commit
37c9d5feff
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue