Skip to content

Commit

Permalink
Nit: better text asking for copying
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jotak committed Dec 20, 2024
1 parent 245f6a0 commit 74a4b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74a4b30

Please sign in to comment.