Skip to content

Commit

Permalink
docs: fix small type in FAQ (#1832)
Browse files Browse the repository at this point in the history
Forcerules is really forcerun.
  • Loading branch information
semenko committed Aug 27, 2022
1 parent c4cf8fd commit 914172b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project_info/faq.rst
Expand Up @@ -274,7 +274,7 @@ The best solution is to have a dictionary that translates a sample id to the inc
How do I force Snakemake to rerun all jobs from the rule I just edited?
-----------------------------------------------------------------------

This can be done by invoking Snakemake with the ``--forcerules`` or ``-R`` flag, followed by the rules that should be re-executed:
This can be done by invoking Snakemake with the ``--forcerun`` or ``-R`` flag, followed by the rules that should be re-executed:

.. code-block:: console
Expand Down

0 comments on commit 914172b

Please sign in to comment.