diff --git a/kiss b/kiss index 91c2256..bcc2dc8 100755 --- a/kiss +++ b/kiss @@ -93,7 +93,7 @@ tmp_file_copy() { prompt() { null "$1" || log "$1" - log "Continue?: Press Enter to continue or Ctrl+C to abort" + log "Continue?: Press Enter to continue or Ctrl+D to abort" # korn-shell does not exit on interrupt of read. equ "$KISS_PROMPT" 0 || read -r _ || exit 1