From 90cd0670253259cfa02981f9a4a9036f1e7823c4 Mon Sep 17 00:00:00 2001 From: Ryan Nowakowski Date: Mon, 15 Jul 2019 19:01:54 -0500 Subject: Remove use of balance --average since it doesn't work Currently the docs recommend the use of balance --average to help generate a budget. Apparently that doesn't work. Instead use the register command with --average. --- doc/ledger3.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index e7fe4c61..ed11c9fa 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -7791,7 +7791,7 @@ as one typical yearly expense. For help on finding out what your average monthly expenses are for any category, use a command like: @smallexample @c command:validate -$ ledger -p "this year" --monthly --average balance ^expenses +$ ledger -p "this year" --monthly --average register ^expenses @end smallexample The reported totals are the current year's average for each account. -- cgit v1.2.3