mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-27 07:03:55 +00:00
Fixed wrong help text in parse command
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40463
This commit is contained in:
parent
ddda08ee51
commit
977e13e3b9
@ -18,7 +18,7 @@ class Command(ScrapyCommand):
|
||||
parser.add_option("--nolinks", dest="nolinks", action="store_true", help="don't show extracted links")
|
||||
parser.add_option("--noitems", dest="noitems", action="store_true", help="don't show scraped items")
|
||||
parser.add_option("--nocolour", dest="nocolour", action="store_true", help="avoid using pygments to colorize the output")
|
||||
parser.add_option("--matches", dest="matches", action="store_true", help="avoid using pygments to colorize the output")
|
||||
parser.add_option("--matches", dest="matches", action="store_true", help="try to match and parse the url with the defined rules (if any)")
|
||||
|
||||
def pipeline_process(self, item, spider, opts):
|
||||
return item
|
||||
|
Loading…
x
Reference in New Issue
Block a user