correcte --period-sort arguments in section 7.3.1

This commit is contained in:
Craig Earls 2012-10-03 12:23:21 -07:00
parent 46986ed4b1
commit 1ebc014f55

View file

@ -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