Skip to content

Commit 3077bee

Browse files
committed
Use different metavar for --filter-by-project instead of --filter-by-tag
I just realized `--filter-by-project` is using the same metavar as `--filter-by-tag`. Most likely a copy-paste error.
1 parent 0ee919f commit 3077bee

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)