We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ee449 commit 911c808Copy full SHA for 911c808
docs/topics/commands.rst
@@ -55,7 +55,7 @@ some usage help and the available commands::
55
scrapy <command> [options] [args]
56
57
Available commands:
58
- crawl Start crawling a spider or URL
+ crawl Run a spider
59
fetch Fetch a URL using the Scrapy downloader
60
[...]
61
scrapy/commands/crawl.py
@@ -10,7 +10,7 @@ def syntax(self):
10
return "[options] <spider>"
11
12
def short_desc(self):
13
- return "Start crawling from a spider"
+ return "Run a spider"
14
15
def add_options(self, parser):
16
ScrapyCommand.add_options(self, parser)
0 commit comments