Skip to content

Commit a74dc99

Browse files
Update Tools/wasm/wasi/__main__.py
Co-authored-by: Emma Smith <emma@emmatyping.dev>
1 parent d10ee5b commit a74dc99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/wasm/wasi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def main():
450450
"make-host", help="Run `make` for the host/WASI"
451451
)
452452
build_host = subcommands.add_parser(
453-
"build-host", help="Build the host/WASI"
453+
"build-host", help="Build the host/WASI Python"
454454
)
455455
subcommands.add_parser(
456456
"clean", help="Delete files and directories created by this script"

0 commit comments

Comments
 (0)