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,