mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
test_driver.py: fix confusing help output
This commit is contained in:
@@ -121,7 +121,11 @@ async def main():
|
||||
type=int,
|
||||
help="Maximum number of tests to run concurrently. The default is to run all tests concurrently.",
|
||||
)
|
||||
argparser.add_argument("fish", nargs=1, help="Fish to test")
|
||||
argparser.add_argument(
|
||||
"fish",
|
||||
nargs=1,
|
||||
help="Directory containing fish binaries to test (typically 'target/debug')",
|
||||
)
|
||||
argparser.add_argument("file", nargs="*", help="Tests to run")
|
||||
args = argparser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user