diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2023-05-16 10:28:25 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-05-16 10:28:25 +0200 |
commit | c92c44c610ff6584249183675930ba17d059d591 (patch) | |
tree | 0c1303c92eb2b31672394db651b616448d9d6577 | |
parent | 953985a08a9ffb714be1b02335cee72dc7551646 (diff) | |
download | fork-ledger-c92c44c610ff6584249183675930ba17d059d591.tar.gz fork-ledger-c92c44c610ff6584249183675930ba17d059d591.tar.bz2 fork-ledger-c92c44c610ff6584249183675930ba17d059d591.zip |
docs: fix example involving payee
Fixes #2254
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 |