mirror of https://github.com/scrapy/scrapy.git
Removed reference to URL in crawl command as it's no longer supported.
This commit is contained in:
parent
dc666f6e5d
commit
c2ced9a234
|
|
@ -10,7 +10,7 @@ class Command(ScrapyCommand):
|
|||
return "[options] <spider>"
|
||||
|
||||
def short_desc(self):
|
||||
return "Start crawling from a spider or URL"
|
||||
return "Start crawling from a spider"
|
||||
|
||||
def add_options(self, parser):
|
||||
ScrapyCommand.add_options(self, parser)
|
||||
|
|
|
|||
Loading…
Reference in New Issue