From 9600abdd2e50fe643e8ae2dcd468cfe5cab2701e Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Mon, 11 Oct 2021 21:25:13 -0400 Subject: [PATCH] Update a2help command text --- RaspberryPi/apple2driver/handlers/exec.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RaspberryPi/apple2driver/handlers/exec.go b/RaspberryPi/apple2driver/handlers/exec.go index 49b8cc5..089d65f 100644 --- a/RaspberryPi/apple2driver/handlers/exec.go +++ b/RaspberryPi/apple2driver/handlers/exec.go @@ -39,8 +39,9 @@ func ExecCommand() { a2io.WriteString("\r" + "This is a pseudo shell. Each command is executed as a process. The cd command\r" + "is intercepted and sets the working directory for the next command. Running\r" + - "commands that do not exit will hang. For example, do not use ping without a\r" + - "way to limit output like -c 1.\r" + + "commands that do not exit on their own will not be able to be cancelled\r" + + "without resetting the Apple II. For example, do not use ping without a way to\r" + + "limit output like -c 1.\r" + "\r" + "Built-in commands:\r" + "a2help - display this message\r" +