From 2056ac45bbdebe689dabe1676b3d485e4deb883f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 20 Jan 2009 03:48:23 +0000 Subject: [PATCH] vty ui docs --- UICommand.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UICommand.hs b/UICommand.hs index 2e97e7d62..90570e7d5 100644 --- a/UICommand.hs +++ b/UICommand.hs @@ -1,6 +1,6 @@ {-| -A simple text UI for hledger. +A simple text UI for hledger, based on the vty library. -} @@ -17,7 +17,7 @@ import RegisterCommand import PrintCommand -helpmsg = "Welcome to hledger. (b)alances, (r)egister, (p)rint entries, (l)edger, (right) to drill down, (left) to back up, or (q)uit" +helpmsg = "Welcome to hledger vty ui. (b)alances, (r)egister, (p)rint entries, (l)edger, (right) to drill down, (left) to back up, or (q)uit" instance Show Vty where show v = "a Vty"