From 0ff125b5f0b0babf7eff00cd7e125226ec2cbbbe Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Tue, 9 Jan 2024 16:48:34 +0300 Subject: [PATCH] bytebeat_compiler.py: grammar: "Uses" -> "Accepts" --- bytebeat_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index 4c98bed..4cdfc99 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -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,