diff --git a/UICommand.hs b/UICommand.hs index 202731871..427ec75e5 100644 --- a/UICommand.hs +++ b/UICommand.hs @@ -17,7 +17,7 @@ import RegisterCommand 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"