From c952028d883952f573d3283dd269a7c4dd993ff5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 21 Apr 2019 13:33:26 -0400 Subject: [PATCH] Login prompt clairification --- mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mw b/mw index 11635e2..5377a26 100755 --- a/mw +++ b/mw @@ -149,7 +149,7 @@ EOF read -r title printf "\033[0m" done - printf "If your account has a special username different from your address, insert it now. Otherwise leave this prompt totally blank.\\n\tLogin(?): \033[36m\t" + printf "If your account has a special username different from your address, insert it now. Otherwise leave this prompt totally blank.\\n\033[34mMost accounts will not have a separate login, so you should probably leave this blank.\033[0m\\n\tLogin(?): \033[36m" read -r login printf "\033[0m" [ -z "$login" ] && login="$fulladdr"