mirror of https://github.com/scrapy/scrapy.git
Merge pull request #3496 from frederik-elwert/patch-1
[MRG+1] Add documentation to `scrapy shell` command.
This commit is contained in:
commit
5d02aab9f9
|
|
@ -28,7 +28,8 @@ class Command(ScrapyCommand):
|
|||
return "Interactive scraping console"
|
||||
|
||||
def long_desc(self):
|
||||
return "Interactive console for scraping the given url"
|
||||
return ("Interactive console for scraping the given url or file. "
|
||||
"Use ./file.html syntax or full path for local file.")
|
||||
|
||||
def add_options(self, parser):
|
||||
ScrapyCommand.add_options(self, parser)
|
||||
|
|
|
|||
Loading…
Reference in New Issue