diff --git a/MANUAL.md b/MANUAL.md index b0c8768f8..69d302db6 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -961,7 +961,7 @@ A query term can be any of the following: - `status:1` or `status:0` - match cleared/uncleared transactions - `real:1` or `real:0` - match real/virtual-ness - `empty:1` or `empty:0` - match if amount is/is not zero -- `amt:N` - match postings with a single-commodity amount less than, greater than or equal to N. (Multi-commodity amounts are always matched.) +- `amt:N` or `amt:=N`, `amt:N` - match postings with a single-commodity amount equal to, less than, or greater than N. (Multi-commodity amounts are always matched.) - `not:` before any of the above negates the match