Skip to content

Commit 4ffdcac

Browse files
authored
Merge pull request #628 from ahoppen/pr/incorrect-metavar-project
Use different metavar for `--filter-by-project` instead of `--filter-by-tag` in run_sk_stress_test
2 parents 5fced79 + 3077bee commit 4ffdcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_sk_stress_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def parse_args():
6767
help='Only run project actions with the given tag',
6868
default='sourcekit')
6969
parser.add_argument('--filter-by-project',
70-
metavar='TAG',
70+
metavar='PROJECT',
7171
help='Only stress test the given project')
7272
parser.add_argument('--sourcekit-xfails',
7373
metavar='PATH',

0 commit comments

Comments
 (0)