From 0ab93cba6e4eed69775fbf7eac631156d6f1d98d Mon Sep 17 00:00:00 2001 From: Jonas Thiem Date: Tue, 15 Jan 2019 18:41:21 +0100 Subject: [PATCH] Fix --force-build incorrectly listed as --force_build, fixes #1565 --- doc/source/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 02af5cfdb0..836387cba1 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -67,7 +67,7 @@ supply those that you need. distribution must contain, as a comma separated list. These must be names of recipes or the pypi names of Python modules. -``--force_build BOOL`` +``--force-build BOOL`` Whether the distribution must be compiled from scratch. ``--arch``