equity: sync help message with doc
This commit is contained in:
parent
295af41f38
commit
c61de771d4
@ -47,7 +47,9 @@ import Hledger.Cli
|
|||||||
|
|
||||||
argsmode :: Mode RawOpts
|
argsmode :: Mode RawOpts
|
||||||
argsmode = (defCommandMode ["equity"])
|
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)"
|
++ " (or the specified account and its subaccounts)"
|
||||||
, modeGroupFlags = Group
|
, modeGroupFlags = Group
|
||||||
{ groupNamed =
|
{ groupNamed =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user