diff --git a/bin/hledger-check.hs b/bin/hledger-check.hs index 95813143b..24cb65902 100755 --- a/bin/hledger-check.hs +++ b/bin/hledger-check.hs @@ -53,7 +53,7 @@ to the sum of the values in both that account and its subaccounts. **Example:** ``` -hledger-invariant -D "budget:books >= £0" +hledger-check -D "budget:books >= £0" ``` "At the end of every day, the books budget is greater than or equal to @@ -70,7 +70,7 @@ Assertions can also be wrapped inside parentheses. **Example:** ``` -hledger-invariant "(assets:overdraft < £2000) ==> (*assets:checking == £0)" +hledger-check "(assets:overdraft < £2000) ==> (*assets:checking == £0)" ``` "If I have taken money from my overdraft, then I must have no money in