diff --git a/RaspberryPi/apple2driver/handlers/exec.go b/RaspberryPi/apple2driver/handlers/exec.go index 6388361..c74d010 100644 --- a/RaspberryPi/apple2driver/handlers/exec.go +++ b/RaspberryPi/apple2driver/handlers/exec.go @@ -195,6 +195,7 @@ func a2help() { comm.WriteString("\r" + "Built-in commands:\r" + "------------------\r" + + "a2version - display version number\r" + "a2help - display this message\r" + "a2wifi - set up wifi\r" + "A2LOWER - force lowercase for II+\r" +