Skip to content

Commit e60ba3b

Browse files
Fix description of --testsuite option
1 parent fb75be0 commit e60ba3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/TextUI/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ protected function showHelp()
924924
Test Selection Options:
925925
926926
--filter <pattern> Filter which tests to run.
927-
--testsuite <pattern> Filter which testsuite to run.
927+
--testsuite <name> Filter which testsuite to run.
928928
--group ... Only runs tests from the specified group(s).
929929
--exclude-group ... Exclude tests from the specified group(s).
930930
--list-groups List available test groups.

tests/TextUI/help.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Logging Options:
3434
Test Selection Options:
3535

3636
--filter <pattern> Filter which tests to run.
37-
--testsuite <pattern> Filter which testsuite to run.
37+
--testsuite <name> Filter which testsuite to run.
3838
--group ... Only runs tests from the specified group(s).
3939
--exclude-group ... Exclude tests from the specified group(s).
4040
--list-groups List available test groups.

tests/TextUI/help2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Logging Options:
3535
Test Selection Options:
3636

3737
--filter <pattern> Filter which tests to run.
38-
--testsuite <pattern> Filter which testsuite to run.
38+
--testsuite <name> Filter which testsuite to run.
3939
--group ... Only runs tests from the specified group(s).
4040
--exclude-group ... Exclude tests from the specified group(s).
4141
--list-groups List available test groups.

0 commit comments

Comments
 (0)