From 49abf85ace1ee3102f853da5fc433a71efacc6f0 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 2 Mar 2021 13:21:07 -0500 Subject: [PATCH] docs: cli: crawlall: Document spider argument --- docs/cli.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli.rst b/docs/cli.rst index 68d127f4..f0e84e94 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -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