From f3ce0bec3a7469a007c05c79229b1a0a772d8f5b Mon Sep 17 00:00:00 2001 From: mov-ebx <120275751+mov-ebx@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:02:46 -0500 Subject: [PATCH] Quick typo fix 0.3 Oops --- src/launcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launcher/main.py b/src/launcher/main.py index a7b0467..e38d0d6 100644 --- a/src/launcher/main.py +++ b/src/launcher/main.py @@ -52,7 +52,7 @@ def download_scripts(): # Command line scripts = os.listdir(DIR+'/scripts/') -print("Commands:\n - help\n - scripts\n - run [id]\n - exit\n") +print("Commands:\n - help\n - exit\n - clear\n - scripts\n - run [id]\n") while True: command = input('> ') if len(command.rsplit(' ', 1)) > 1: