diff options
author | John Wiegley <johnw@newartisans.com> | 2019-07-15 17:49:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 17:49:30 -0700 |
commit | 63f59149cd92465d2107ac4f0150d32d5bc7a7b6 (patch) | |
tree | 8dc7b621515c90727b557d2aede514d358b7d136 /doc | |
parent | 754e7807ee89738cfca6a38cf3132ccdf97f89ec (diff) | |
parent | 90cd0670253259cfa02981f9a4a9036f1e7823c4 (diff) | |
download | fork-ledger-63f59149cd92465d2107ac4f0150d32d5bc7a7b6.tar.gz fork-ledger-63f59149cd92465d2107ac4f0150d32d5bc7a7b6.tar.bz2 fork-ledger-63f59149cd92465d2107ac4f0150d32d5bc7a7b6.zip |
Remove use of balance --average since it doesn't work (#1810)
Remove use of balance --average since it doesn't work
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. |