From 5faf725c53c4c3baab6b3dd3fcd6063328f989ed Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 15 Jul 2009 22:05:20 -0300 Subject: [PATCH] updated parse command help --- scrapy/command/commands/parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)