diff --git a/scripts/functions.sh b/scripts/functions.sh index 91c322c4..49171fe9 100755 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -251,7 +251,7 @@ function cleanup { copyOutput elif [ "$copy" = "prompt" ]; then while true; do - read -rp "Copy the capture output locally ?" yn + read -rp "Copy the capture output locally? [yes/no] " yn case $yn in [Yy]*) copyOutput