From dea1bc5ab3cad85a892fba2bf7d8d80fed4c7854 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Nov 2015 19:05:36 -0800 Subject: [PATCH] doc: manual: clarify accounts command --- doc/manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/manual.md b/doc/manual.md index 872598c64..0293cf27f 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1277,7 +1277,9 @@ income:salary liabilities:debts ``` -This command lists all account names, or with query arguments, matched account names. +This command lists all account names that are in use (ie, all the +accounts which have at least one transaction posting to them). With +query arguments, only matched account names are shown. It shows a flat list by default. In this mode you can add `--drop N` to omit the first few account name components.