mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
imp: balance assertions error: clarify wording
This commit is contained in:
parent
e694e7869d
commit
54c60b4de9
@ -670,7 +670,7 @@ checkBalanceAssertionOneCommodityB p@Posting{paccount=assertedacct} assertedcomm
|
||||
"%s\n",
|
||||
"Balance assertion failed in %s",
|
||||
"%s at this point, %s, ignoring costs,",
|
||||
"the expected balance is: %s",
|
||||
"the asserted balance is: %s",
|
||||
"but the calculated balance is: %s",
|
||||
"(difference: %s)",
|
||||
"To troubleshoot, check this account's running balance with assertions disabled, eg:",
|
||||
|
@ -8,7 +8,7 @@ $ hledger check -f assertions.j
|
||||
|
||||
Balance assertion failed in a
|
||||
In commodity "" at this point, excluding subaccounts, ignoring costs,
|
||||
the expected balance is: 1
|
||||
the asserted balance is: 1
|
||||
but the calculated balance is: 0
|
||||
\(difference: 1\)
|
||||
/
|
||||
|
Loading…
Reference in New Issue
Block a user