trim ui help message for small windows

This commit is contained in:
Simon Michael 2009-04-02 21:02:07 +00:00
parent 4d3a514eba
commit c5608b96c7

View File

@ -17,7 +17,7 @@ import RegisterCommand
import PrintCommand import PrintCommand
helpmsg = "Welcome to hledger vty ui. (b)alances, (r)egister, (p)rint entries, raw (l)edger, (right) to drill down, (left) to back up, or (q)uit" helpmsg = "(b)alance, (r)egister, (p)rint, (right) to drill down, (left) to back up, (q)uit"
instance Show Vty where show v = "a Vty" instance Show Vty where show v = "a Vty"