From a91ca6892b1b22158628bf55878ad68ae1365d7f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 24 Jan 2021 10:02:34 -0800 Subject: [PATCH] ;areg: doc: mention depth limit is ignored (#1468) --- hledger/Hledger/Cli/Commands/Aregister.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Aregister.md b/hledger/Hledger/Cli/Commands/Aregister.md index b9b317180..f96db9b8f 100644 --- a/hledger/Hledger/Cli/Commands/Aregister.md +++ b/hledger/Hledger/Cli/Commands/Aregister.md @@ -24,7 +24,9 @@ revenues/expenses. An account must be specified as the first argument, which should be the full account name or an account pattern (regular expression). aregister will show transactions in this account (the first one -matched) and any of its subaccounts. +matched) and any of its subaccounts. (`aregister` ignores any +depth limit, so its final total will always match a balance report +with similar arguments.) Any additional arguments form a query which will filter the transactions shown.