Skip to content

Commit c2ced9a

Browse files
committed
Removed reference to URL in crawl command as it's no longer supported.
1 parent dc666f6 commit c2ced9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapy/commands/crawl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def syntax(self):
1010
return "[options] <spider>"
1111

1212
def short_desc(self):
13-
return "Start crawling from a spider or URL"
13+
return "Start crawling from a spider"
1414

1515
def add_options(self, parser):
1616
ScrapyCommand.add_options(self, parser)

0 commit comments

Comments
 (0)