From c92c44c610ff6584249183675930ba17d059d591 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 16 May 2023 10:28:25 +0200 Subject: docs: fix example involving payee Fixes #2254 --- doc/ledger3.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 8680c5b1..6592e403 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -4303,11 +4303,11 @@ If you want to know exactly how much you have spent in a particular account on a particular payee, the following are equivalent: @smallexample @c command:validate -$ ledger balance Auto:Fuel and Chevron +$ ledger balance Expenses:Auto:Fuel and @Chevron @end smallexample @smallexample @c command:validate -$ ledger balance --limit 'account=~/Fuel/' and 'payee=~/Chev/' +$ ledger balance --limit 'account=~/Expenses:Auto:Fuel/ and payee=~/Chevron/' @end smallexample @noindent -- cgit v1.2.3