Removed reference to URL in crawl command as it's no longer supported.

This commit is contained in:
Rolando Espinoza La fuente 2013-10-19 22:57:37 -04:00
parent dc666f6e5d
commit c2ced9a234
1 changed files with 1 additions and 1 deletions

View File

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