correcte --period-sort arguments in section 7.3.1
This commit is contained in:
parent
46986ed4b1
commit
1ebc014f55
1 changed files with 2 additions and 2 deletions
|
|
@ -3751,7 +3751,7 @@ The following query makes it easy to see monthly expenses, with each
|
|||
month's expenses sorted by the amount:
|
||||
|
||||
@example
|
||||
ledger -M --period-sort t reg ^expenses
|
||||
ledger -M --period-sort "(amount)" reg ^expenses
|
||||
@end example
|
||||
|
||||
Now, you might wonder where the money came from to pay for these
|
||||
|
|
@ -3759,7 +3759,7 @@ things. To see that report, add @option{-r}, which shows the
|
|||
``related account'' postings:
|
||||
|
||||
@example
|
||||
ledger -M --period-sort t -r reg ^expenses
|
||||
ledger -M --period-sort "(amount)" -r reg ^expenses
|
||||
@end example
|
||||
|
||||
But maybe this prints too much information. You might just want to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue