mirror of https://github.com/scrapy/scrapy.git
Merge pull request #204 from LuanP/patch-1
Update docs/topics/commands.rst
This commit is contained in:
commit
0bc5e4f9ec
|
|
@ -392,9 +392,9 @@ Supported options:
|
|||
rules to discover the callback (ie. spider method) to use for parsing the
|
||||
response
|
||||
|
||||
* ``--noitems``: don't show extracted links
|
||||
* ``--noitems``: don't show scraped items
|
||||
|
||||
* ``--nolinks``: don't show scraped items
|
||||
* ``--nolinks``: don't show extracted links
|
||||
|
||||
* ``--depth`` or ``-d``: depth level for which the requests should be followed
|
||||
recursively (default: 1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue