hledger-check: fix the name of this tool in the usage example comments
This commit is contained in:
parent
b9a6989a85
commit
c571c6ff25
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user