Fixed typo

This commit is contained in:
Pablo Hoffman 2010-08-28 14:47:19 -03:00
parent 616ecc5a1a
commit 7394aa926d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Command(ScrapyCommand):
try:
opts.spargs = arglist_to_dict(opts.spargs)
except ValueError:
sys.stderr.write("Invalid --arg value, use --arg NAME=VALUE\n")
sys.stderr.write("Invalid -a value, use -a NAME=VALUE\n")
sys.exit(2)
if opts.nofollow:
settings.overrides['CRAWLSPIDER_FOLLOW_LINKS'] = False