Updated Command line (markdown)

philsquared
2012-09-05 00:09:09 -07:00
parent 71f8d56ffa
commit d7f2e4f12b

@@ -53,7 +53,7 @@ Examples:
-t "this test only" Matches the test case called, 'this test only'
-t these/* Matches all cases starting with 'these/'
-t exclude:notThis Matches all tests except, 'notThis'
-t ~:notThis Matches all tests except, 'notThis'
-t ~notThis Matches all tests except, 'notThis'
-t ~*private* Matches all tests except those that contain 'private'
-t a/* ~a/b/* a/b/c Matches all tests that start with 'a/', except those that
start with 'a/b/', except 'a/b/c', which is included