hledger-check: fix the name of this tool in the usage example comments

This commit is contained in:
Peter Simons 2017-09-09 21:58:57 +02:00 committed by Simon Michael
parent b9a6989a85
commit c571c6ff25

View File

@ -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