From f46972714dbd19487f8eda685fffcf035f86221f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Feb 2014 15:14:40 -0800 Subject: [PATCH] doc: clarify meaning of --average --- doc/MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MANUAL.md b/doc/MANUAL.md index fa2ff3af6..8ee387b1f 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -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.