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 dac4c6e commit 045bc6bCopy full SHA for 045bc6b
1 file changed
Platforms/emscripten/__main__.py
@@ -650,7 +650,7 @@ def add_cross_build_dir_option(subcommand):
650
help=(
651
"Path to the cross-build directory "
652
f"(default: {DEFAULT_CROSS_BUILD_DIR}). "
653
- "Can also be set with the CROSS_BUILD_DIR environment variable.",
+ "Can also be set with the CROSS_BUILD_DIR environment variable."
654
),
655
)
656
@@ -743,7 +743,7 @@ def main():
743
nargs=argparse.REMAINDER,
744
745
"Arguments to pass to the emscripten Python "
746
- "(use '--' to separate from run options)",
+ "(use '--' to separate from run options)"
747
748
749
add_cross_build_dir_option(run)
0 commit comments