Skip to content

Commit

Permalink
docs: cli: crawlall: Document spider argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 2, 2021
1 parent f667314 commit 49abf85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli.rst
Expand Up @@ -64,6 +64,7 @@ Runs all spiders.

- ``--dry-run``: Runs the spiders without writing any files. It stops after collecting one file or file item from each spider. This can be used to test whether any spiders are broken. Add the ``--logfile debug.log`` option to write the output to a log file for easier review.
- ``--sample=NUM``: The number of files to write. This can be used to collect a sample from each spider.
- ``spider``: Run specific spiders. Omit to run all spiders.

.. code-block:: bash
Expand Down

0 comments on commit 49abf85

Please sign in to comment.