From 26dc66e1189fd49d7f8183ca4332bbe5599cdda2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 30 Nov 2020 08:49:10 -0800 Subject: [PATCH] ;check: doc updates --- hledger/Hledger/Cli/Commands/Check.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Check.md b/hledger/Hledger/Cli/Commands/Check.md index 3a2202ea6..c3c7b5f03 100644 --- a/hledger/Hledger/Cli/Commands/Check.md +++ b/hledger/Hledger/Cli/Commands/Check.md @@ -52,15 +52,10 @@ These checks can be run by specifying their names as arguments to the check comm - **uniqueleafnames** - all account leaf names are unique (similar to the old `check-dupes` command) -This command would run all of the checks above: -```shell -$ hledger check -s ordereddates uniqueleafnames -``` - ### Addon checks Some checks are not yet integrated with this command, but are available as -[addon commands] in : +[add-on commands] in : - **hledger-check-tagfiles** - all tag values containing / (a forward slash) exist as file paths @@ -73,4 +68,4 @@ Cookbook -> [Scripting](scripting.html) may be helpful. [transaction prices]: journal.html#transaction-prices [balance assertions]: journal.html#balance-assertions [strict mode]: hledger.html#strict-mode -[addon]: hledger.html#addon-commands \ No newline at end of file +[add-on commands]: hledger.html#add-on-commands \ No newline at end of file