From 74a4b30e023ad86aff9eab1b9d08ba12d6dd00f5 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Wed, 11 Dec 2024 09:19:30 +0100 Subject: [PATCH] Nit: better text asking for copying It's conventional and more user-friendly to tell which prompts are accepted (even if more than that would actually work), so user isn't worried about typing wrong things Also, no space before question mark in English Update scripts/functions.sh --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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