Merge pull request #3496 from frederik-elwert/patch-1

[MRG+1] Add documentation to `scrapy shell` command.
This commit is contained in:
Daniel Graña 2018-12-26 11:04:30 -03:00 committed by GitHub
commit 5d02aab9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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)