mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-06 23:31:48 +00:00
lit: Shorten a metavar to make --help look nicer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6be0ae59ec
commit
e94bd36dc7
@ -219,7 +219,7 @@ def main(builtinParameters = {}):
|
|||||||
group.add_option("", "--shuffle", dest="shuffle",
|
group.add_option("", "--shuffle", dest="shuffle",
|
||||||
help="Run tests in random order",
|
help="Run tests in random order",
|
||||||
action="store_true", default=False)
|
action="store_true", default=False)
|
||||||
group.add_option("", "--filter", dest="filter", metavar="EXPRESSION",
|
group.add_option("", "--filter", dest="filter", metavar="REGEX",
|
||||||
help=("Only run tests with paths matching the given "
|
help=("Only run tests with paths matching the given "
|
||||||
"regular expression"),
|
"regular expression"),
|
||||||
action="store", default=None)
|
action="store", default=None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user