bytebeat_compiler.py: grammar: "Uses" -> "Accepts"
This commit is contained in:
parent
f067b87ba9
commit
0ff125b5f0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user