diff --git a/scrapy/command/commands/parse.py b/scrapy/command/commands/parse.py index e82e01d6a..6e6e64d5d 100644 --- a/scrapy/command/commands/parse.py +++ b/scrapy/command/commands/parse.py @@ -11,7 +11,7 @@ class Command(ScrapyCommand): return "[options] " def short_desc(self): - return "Parse the given URL and print the results" + return "Parse the given URL (using the spider) and print the results" def add_options(self, parser): ScrapyCommand.add_options(self, parser)