From 67635106d2288e177039baaf0bc4c4052cedbbf2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 14 Dec 2019 18:06:24 -0800 Subject: [PATCH] fix help --- hledger-ui/Hledger/UI/Editor.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/Editor.hs b/hledger-ui/Hledger/UI/Editor.hs index 6b9a8a659..d32a2f881 100644 --- a/hledger-ui/Hledger/UI/Editor.hs +++ b/hledger-ui/Hledger/UI/Editor.hs @@ -64,7 +64,7 @@ identifyEditor cmd exe = lowercase $ takeFileName $ headDef "" $ words' cmd -- | Get a shell command to start the user's preferred text editor, or a default, --- and optionally jump to a given position in the file. This will be the basic +-- and optionally jump to a given position in the given file. This will be the basic -- editor command, with the appropriate options added, if we know how. -- Currently we know how to do this for emacs, vi and nano. --