Skip to content

Commit 045bc6b

Browse files
[3.14] gh-145177: Fix Emscripten help text (GH-150874) (#150895)
Removes some stray commas in help text. (cherry picked from commit 57d4446) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
1 parent dac4c6e commit 045bc6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Platforms/emscripten/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def add_cross_build_dir_option(subcommand):
650650
help=(
651651
"Path to the cross-build directory "
652652
f"(default: {DEFAULT_CROSS_BUILD_DIR}). "
653-
"Can also be set with the CROSS_BUILD_DIR environment variable.",
653+
"Can also be set with the CROSS_BUILD_DIR environment variable."
654654
),
655655
)
656656

@@ -743,7 +743,7 @@ def main():
743743
nargs=argparse.REMAINDER,
744744
help=(
745745
"Arguments to pass to the emscripten Python "
746-
"(use '--' to separate from run options)",
746+
"(use '--' to separate from run options)"
747747
),
748748
)
749749
add_cross_build_dir_option(run)

0 commit comments

Comments
 (0)