diff --git a/RaspberryPi/apple2driver/handlers/exec.go b/RaspberryPi/apple2driver/handlers/exec.go index 15b1a17..9bb21d8 100644 --- a/RaspberryPi/apple2driver/handlers/exec.go +++ b/RaspberryPi/apple2driver/handlers/exec.go @@ -50,6 +50,8 @@ func ExecCommand() { } if linuxCommand == "A2LOWER" { forceLowercase = true + a2io.WriteString("All commands will be converted to lowercase\r") + return } if linuxCommand == "a2wifi" { a2io.WriteString("\r" +