diff options
author | Ryan Nowakowski <tubaman@fattuba.com> | 2019-07-15 19:01:54 -0500 |
---|---|---|
committer | Ryan Nowakowski <tubaman@fattuba.com> | 2019-07-15 19:01:54 -0500 |
commit | 90cd0670253259cfa02981f9a4a9036f1e7823c4 (patch) | |
tree | 8dc7b621515c90727b557d2aede514d358b7d136 /doc | |
parent | 754e7807ee89738cfca6a38cf3132ccdf97f89ec (diff) | |
download | fork-ledger-90cd0670253259cfa02981f9a4a9036f1e7823c4.tar.gz fork-ledger-90cd0670253259cfa02981f9a4a9036f1e7823c4.tar.bz2 fork-ledger-90cd0670253259cfa02981f9a4a9036f1e7823c4.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |