Update __init__.py

This commit is contained in:
Jay Rajput 2020-05-12 15:28:22 +05:30 committed by GitHub
parent e01c30f0d5
commit 28d223dd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -118,8 +118,7 @@ class BaseRunSpiderCommands(ScrapyCommand):
parser.add_option("-a", dest="spargs", action="append", default=[], metavar="NAME=VALUE",
help="set spider argument (may be repeated)")
parser.add_option("-o", "--output", metavar="FILE", action="append",
help="dump scraped items into FILE"
+ "(use - for stdout)")
help="dump scraped items into FILE (use - for stdout)")
parser.add_option("-t", "--output-format", metavar="FORMAT",
help="format to use for dumping items with -o")