diff --git a/alice.py b/alice.py index 98659dc..08b5dfa 100644 --- a/alice.py +++ b/alice.py @@ -34,7 +34,7 @@ if (args.__contains__("--help")): mode = "help" print("--help: Help mode: show this message") - print("--loop: Loop mode: start the file again from beginning after it's over") + print("--loop: Loop mode: restart the file from beginning after it's over") print("no args: Normal mode: stop once file ends") else: #Asks how many seconds between lines and saves answer as t