mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +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",
|
||||
help="Run tests in random order",
|
||||
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 "
|
||||
"regular expression"),
|
||||
action="store", default=None)
|
||||
|
Loading…
Reference in New Issue
Block a user