From 76514c1539e641f944b4333fdca384c7630d94cd Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 14 Feb 2018 15:01:20 -0700 Subject: [PATCH] instruction to press space --- mutt-wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt-wizard.sh b/mutt-wizard.sh index a5a295e..41ffd89 100755 --- a/mutt-wizard.sh +++ b/mutt-wizard.sh @@ -66,7 +66,7 @@ getAccounts() { \ # Yields a menu of available accounts. inventory() { \ getAccounts - choices=$(dialog --separate-output --checklist "Choose an email account." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty) + choices=$(dialog --separate-output --checklist "Select all desired email accounts with ." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty) if [ -z "$choices" ]; then