updated parse command help

This commit is contained in:
Pablo Hoffman 2009-07-15 22:05:20 -03:00
parent 9a800b5aba
commit 5faf725c53
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Command(ScrapyCommand):
return "[options] <url>"
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)