diff --git a/hledger/Hledger/Cli/Commands/Check.md b/hledger/Hledger/Cli/Commands/Check.md index 9be84e922..a7e722072 100644 --- a/hledger/Hledger/Cli/Commands/Check.md +++ b/hledger/Hledger/Cli/Commands/Check.md @@ -51,11 +51,11 @@ Or, they can be run by giving their names as arguments to `check`: These checks can be run only by giving their names as arguments to `check`. They are more specialised and not desirable for everyone, therefore optional: -- **ordereddates** - transactions are ordered by date (similar to the old `check-dates` command) +- **ordereddates** - transactions are ordered by date in each file - **payees** - all payees used by transactions [have been declared](#declaring-payees) -- **uniqueleafnames** - all account leaf names are unique (similar to the old `check-dupes` command). +- **uniqueleafnames** - all account leaf names are unique ### Custom checks @@ -73,4 +73,4 @@ See: Cookbook -> [Scripting](scripting.html). [transaction prices]: hledger.html#transaction-prices [balance assertions]: hledger.html#balance-assertions [strict mode]: hledger.html#strict-mode -[add-on commands]: hledger.html#add-on-commands \ No newline at end of file +[add-on commands]: hledger.html#add-on-commands