From 2bed04113576490b963fbfefb0839935c10fc49b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 17 Apr 2018 12:02:31 -0700 Subject: [PATCH] doc: queries: clarify [ci skip] --- hledger/hledger_queries.m4.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hledger/hledger_queries.m4.md b/hledger/hledger_queries.m4.md index 3c5a4209a..0740eb327 100644 --- a/hledger/hledger_queries.m4.md +++ b/hledger/hledger_queries.m4.md @@ -27,10 +27,9 @@ The [print](/manual.html#print) command instead shows transactions which: The following kinds of search terms can be used. Remember these can also be prefixed with **`not:`**, eg to exclude a particular subaccount. -**`REGEX`** -: match account names by this regular expression. (No prefix is equivalent to `acct:`). +**`REGEX`, `acct:REGEX`** +: match account names by this regular expression. (With no prefix, `acct:` is assumed.) -**`acct:REGEX`** : same as above **`amt:N, amt:N, amt:>=N`**