]> git.cworth.org Git - sup/commitdiff
minor tweak to menu prompt
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 2 Jan 2007 20:32:10 +0000 (20:32 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 2 Jan 2007 20:32:10 +0000 (20:32 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@138 5c8cc53c-5e98-4d25-b20a-d8db53a31250

bin/sup-import

index 46d8187b74841d2838fbf06d3d013b3e56cd3443..6ba06d66562a7eabebeeb630922f5844b3cbab64 100644 (file)
@@ -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