Skip to content

Commit 911c808

Browse files
committed
simplified description of crawl command
1 parent e8ee449 commit 911c808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/topics/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ some usage help and the available commands::
5555
scrapy <command> [options] [args]
5656

5757
Available commands:
58-
crawl Start crawling a spider or URL
58+
crawl Run a spider
5959
fetch Fetch a URL using the Scrapy downloader
6060
[...]
6161

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"
13+
return "Run a spider"
1414

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

0 commit comments

Comments
 (0)