better prompt

This commit is contained in:
Massimo Scagliola 2024-05-23 12:18:29 +02:00
parent e54a6c092a
commit 76fc44704d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ random() {
yes_or_no() {
while true; do
read -p "$* [Yes/No/Random]: " ynr
read -p "$* [Y]es/[N]o/[R]andom: " ynr
case $ynr in
[Yy]*) echo "$EXPRESSION \"$TITLE\"\n\n$LINK" | \
/opt/homebrew/bin/toot post -v $VISIBILITY ; return 0 ;;