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:
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…
x
Reference in New Issue
Block a user