From 1ebc014f55715418ef8f379c1cc7567937dcf8e3 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Wed, 3 Oct 2012 12:23:21 -0700 Subject: [PATCH] correcte --period-sort arguments in section 7.3.1 --- doc/ledger3.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 9a91d79e..4ab27f5f 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -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