Skip to content

Commit d8dab97

Browse files
Update Tools/wasm/wasi/__main__.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent bb35fd0 commit d8dab97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/wasi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def main():
396396
)
397397
make_host = subcommands.add_parser("make-host", help="Run `make` for the host/WASI")
398398
subcommands.add_parser(
399-
"clean", help="Delete files and directories " "created by this script"
399+
"clean", help="Delete files and directories created by this script"
400400
)
401401
for subcommand in build, configure_build, make_build, configure_host, make_host:
402402
subcommand.add_argument(

0 commit comments

Comments
 (0)