From e83cbacbf66987aca94af43773203251f3ccd7e7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 19 Oct 2019 18:47:39 -0700 Subject: [PATCH] ;ui: help: pmi -> p/m/i --- hledger-ui/Hledger/UI/UIUtils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/UIUtils.hs b/hledger-ui/Hledger/UI/UIUtils.hs index 50abbe18b..24aedd08b 100644 --- a/hledger-ui/Hledger/UI/UIUtils.hs +++ b/hledger-ui/Hledger/UI/UIUtils.hs @@ -129,7 +129,7 @@ helpDialog _copts = ,str " " ,withAttr ("help" <> "heading") $ str "Help" ,renderKey ("? ", "toggle this help") - ,renderKey ("pmi ", "(with this help open)\nshow manual in pager/man/info") + ,renderKey ("p/m/i ", "(with this help open)\nshow manual in pager/man/info") ,str " " ,withAttr ("help" <> "heading") $ str "Other" ,renderKey ("a ", "add transaction (hledger add)")