From c571c6ff2525a04e4130bacb1eca106444272e31 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 9 Sep 2017 21:58:57 +0200 Subject: [PATCH] hledger-check: fix the name of this tool in the usage example comments --- bin/hledger-check.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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