This commit is contained in:
teldra 2021-05-09 23:20:12 +02:00
parent 631ca0ba63
commit 00c0da871c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ multiplechoice() {
done
if [[ -z "${done}" ]]; then
echo wronginput "${output}"
echo use these: "${input[@]}"
echo use these: "${choices}"
else
break
fi