mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

commit c80d9871818cb2d88c404bd6e611b85a12289192
parent 61f19b173e64117a31de1f26a083115e20cd1254
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  5 Nov 2020 10:13:47 +0300

muw: fix typo

Diffstat:
Mbin/muw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/muw b/bin/muw @@ -321,7 +321,7 @@ main() { out "usage: ${0##*/} [action]" \ "mu-wizard, auto-configure email accounts for mu4e" \ " Options:" \ - " [a]dd: Add and aoutoconfigure an email address" \ + " [a]dd: Add and autoconfigure an email address" \ " [d]elete: Pick an account to delete" \ " [l]ist: List configured accounts" \ " [p]urge: Purge all configuration"