From c61de771d4dc413b1f32fa1aa6f6b902becca2d7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 19 Jan 2017 08:25:57 -0800 Subject: [PATCH] equity: sync help message with doc --- bin/hledger-equity.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/hledger-equity.hs b/bin/hledger-equity.hs index db410ef76..6c585c612 100755 --- a/bin/hledger-equity.hs +++ b/bin/hledger-equity.hs @@ -47,7 +47,9 @@ import Hledger.Cli argsmode :: Mode RawOpts argsmode = (defCommandMode ["equity"]) - { modeHelp = "print a journal entry posting the total balance of all accounts" + { modeHelp = ("print a \"closing balances\" transaction that brings the balance of the" +++ " accounts matched by QUERY (or all accounts) to zero, and an opposite" +++ "\"opening balances\" transaction that restores the balances from zero.") ++ " (or the specified account and its subaccounts)" , modeGroupFlags = Group { groupNamed =