From e57bf4a9f2a86a082900a2f7a1dc2a38f9e12ce8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 4 Mar 2019 11:58:39 -0800 Subject: [PATCH] diff: make it show in commands list; export it (#981) --- hledger/Hledger/Cli/Commands.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands.hs b/hledger/Hledger/Cli/Commands.hs index ad3a5bf76..a0013c2c5 100644 --- a/hledger/Hledger/Cli/Commands.hs +++ b/hledger/Hledger/Cli/Commands.hs @@ -28,6 +28,7 @@ module Hledger.Cli.Commands ( ,module Hledger.Cli.Commands.Checkdupes ,module Hledger.Cli.Commands.Close ,module Hledger.Cli.Commands.Commodities + ,module Hledger.Cli.Commands.Diff ,module Hledger.Cli.Commands.Help ,module Hledger.Cli.Commands.Import ,module Hledger.Cli.Commands.Incomestatement @@ -153,7 +154,7 @@ commandsList = unlines [ ," check-dates check transactions are ordered by date" ," check-dupes check for accounts with the same leaf name" ," close (equity) generate balance-resetting transactions" - ,"+diff compare account transactions in two journal files" + ," diff compare account transactions in two journal files" ,"+interest generate interest transactions" ," rewrite generate automated postings/diffs (old, use --auto)" ,""