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
1 changed files with 1 additions and 1 deletions

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)