branch: elpa/buttercup
commit d443ecb5580d15b54b4f80d333484a71aac1d27a
Author: Ola Nilsson <ola.nils...@gmail.com>
Commit: Ola Nilsson <ola.nils...@gmail.com>

    Clarify patterns in bin/buttercup
---
 bin/buttercup | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/buttercup b/bin/buttercup
index 606436b..db5dee7 100755
--- a/bin/buttercup
+++ b/bin/buttercup
@@ -29,7 +29,10 @@ Buttercup options:
 --pattern, -p PATTERN   Only run tests with names matching PATTERN.
                           This option can be used multiple times, in
                           which case tests will be run if they match
-                          any of the given patterns.
+                          any of the given patterns. PATTERN is
+                          matched as a substring of the full test
+                          description (the concatenation of the test
+                          and all paremt suites descriptions).
 
 --no-color, -c          Do not colorize test output.
 

Reply via email to