From 5582ea28ec157746c7e936816cc2a6ef4c82fb0b Mon Sep 17 00:00:00 2001 From: Luan Date: Mon, 10 Dec 2012 15:16:02 -0200 Subject: [PATCH] Update docs/topics/commands.rst A short change. --- docs/topics/commands.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/commands.rst b/docs/topics/commands.rst index af65701f4..96edd843e 100644 --- a/docs/topics/commands.rst +++ b/docs/topics/commands.rst @@ -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)