From 24fc00ddd5cbc97ae81813e8534708467e416b38 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 28 Mar 2013 16:08:23 -0400 Subject: [PATCH] Docs: escape the - in -b, since it gets interpreted as an option list otherwise --- src/sphinx/Detailed-Topics/Tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Detailed-Topics/Tasks.rst b/src/sphinx/Detailed-Topics/Tasks.rst index dc3c407e9..623ab477a 100644 --- a/src/sphinx/Detailed-Topics/Tasks.rst +++ b/src/sphinx/Detailed-Topics/Tasks.rst @@ -311,7 +311,7 @@ a || b Selects scopes that match either ``a`` or ``b`` a -- b Selects scopes that match ``a`` but not ``b`` --b +\-b Selects scopes that do not match ``b`` For example, the following selects the scope for the ``Compile`` and ``Test`` configurations of the ``core`` project