mirror of https://github.com/scrapy/scrapy.git
updated parse command help
This commit is contained in:
parent
9a800b5aba
commit
5faf725c53
|
|
@ -11,7 +11,7 @@ class Command(ScrapyCommand):
|
|||
return "[options] <url>"
|
||||
|
||||
def short_desc(self):
|
||||
return "Parse the given URL and print the results"
|
||||
return "Parse the given URL (using the spider) and print the results"
|
||||
|
||||
def add_options(self, parser):
|
||||
ScrapyCommand.add_options(self, parser)
|
||||
|
|
|
|||
Loading…
Reference in New Issue