instruction to press space

This commit is contained in:
Luke 2018-02-14 15:01:20 -07:00
parent b09b3d2249
commit 76514c1539

View File

@ -66,7 +66,7 @@ getAccounts() { \
# Yields a menu of available accounts. # Yields a menu of available accounts.
inventory() { \ inventory() { \
getAccounts 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 <SPACE>." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty)
if [ -z "$choices" ]; if [ -z "$choices" ];
then then