1
0

bytebeat_compiler.py: grammar: "Uses" -> "Accepts"

This commit is contained in:
Intel A80486DX2-66 2024-01-09 16:48:34 +03:00
parent f067b87ba9
commit 0ff125b5f0
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -72,7 +72,7 @@ OUTPUT_FILE = fetch("OUTPUT_FILE")
if __name__ == "__main__":
parser = ArgumentParser(description=\
"Substitutes supplied C (non-JavaScript!) bytebeat into the template, "
"then attempts to compile the instance of the template. Uses "
"then attempts to compile the instance of the template. Accepts "
"environmental variables `CC`, `CFLAGS`, `INPUT_FILE`, "
"`OUTPUT_FILE`.")
parser.add_argument("file", type=str,