We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca1048 commit b56a494Copy full SHA for b56a494
Platforms/emscripten/__main__.py
@@ -724,17 +724,15 @@ def main():
724
action="store_true",
725
default=False,
726
help=(
727
- "If passed, will add the default test arguments to the beginning of the command. "
+ "Add the default test arguments to the beginning of the command. "
728
"Default arguments loaded from Platforms/emscripten/config.toml"
729
),
730
)
731
run.add_argument(
732
"--pythoninfo",
733
734
735
- help=(
736
- "If passed, run -m test.pythoninfo"
737
- ),
+ help="Run -m test.pythoninfo",
738
739
740
"args",
0 commit comments