diff --git a/scrapy/commands/crawl.py b/scrapy/commands/crawl.py index b781b1a64..cafbac6f8 100644 --- a/scrapy/commands/crawl.py +++ b/scrapy/commands/crawl.py @@ -10,7 +10,7 @@ class Command(ScrapyCommand): return "[options] " 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)