From: wmorgan Date: Tue, 2 Jan 2007 20:32:10 +0000 (+0000) Subject: minor tweak to menu prompt X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=330291165aacbc25947bbb32d7661b0b1329d425;p=sup minor tweak to menu prompt git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@138 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/bin/sup-import b/bin/sup-import index 46d8187..6ba06d6 100644 --- a/bin/sup-import +++ b/bin/sup-import @@ -82,6 +82,7 @@ def get_login_info uri, sources menu.choice("Use the account info for #{olduser}@#{host}") { username, password = olduser, oldpw } end menu.choice("Use a new account") { } + menu.prompt = "Account selection? " end end