Skip to content

Commit 42be610

Browse files
authored
Nit: better text asking for copying (#136)
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
1 parent a291737 commit 42be610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function cleanup {
251251
copyOutput
252252
elif [ "$copy" = "prompt" ]; then
253253
while true; do
254-
read -rp "Copy the capture output locally ?" yn
254+
read -rp "Copy the capture output locally? [yes/no] " yn
255255
case $yn in
256256
[Yy]*)
257257
copyOutput

0 commit comments

Comments
 (0)