Docs: escape the - in -b, since it gets interpreted as an option list otherwise

This commit is contained in:
Mark Harrah 2013-03-28 16:08:23 -04:00
parent 5f648d449a
commit 24fc00ddd5
1 changed files with 1 additions and 1 deletions

View File

@ -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