diff options
author | Luke <luke@lukesmith.xyz> | 2018-02-14 15:01:20 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-02-14 15:01:20 -0700 |
commit | 76514c1539e641f944b4333fdca384c7630d94cd (patch) | |
tree | d41b76ab8194ded1a85ef0aca571ce9f37819f6d /mutt-wizard.sh | |
parent | b09b3d2249a4efc75624dbb6e1ebc375328c9d12 (diff) |
instruction to press space
Diffstat (limited to 'mutt-wizard.sh')
-rwxr-xr-x | mutt-wizard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <SPACE>." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty) if [ -z "$choices" ]; then |