doc: clarify meaning of --average

This commit is contained in:
Simon Michael 2014-02-01 15:14:40 -08:00
parent 0a3a3c6472
commit f46972714d

View File

@ -726,7 +726,7 @@ summary postings within each interval:
$ hledger register --monthly rent
$ hledger register --monthly -E food --depth 4
The `--average`/`-A` flag shows a running average instead of the running total.
The `--average`/`-A` flag shows the running average posting amount instead of the running total.
The `--related`/`-r` flag shows the *other* postings in the transactions
of the postings which would normally be shown.