Skip to content

Commit

Permalink
docs: fix example involving payee
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed May 16, 2023
1 parent 953985a commit c92c44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ledger3.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c92c44c

Please sign in to comment.