From 318ec0a701d56618670db3a1e96b023cbeb6ac22 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 14 Apr 2022 12:37:13 -1000 Subject: [PATCH] doc: tags: move most docs after the flags, like some other commands --- hledger/Hledger/Cli/Commands/Tags.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Tags.md b/hledger/Hledger/Cli/Commands/Tags.md index b517b8b49..b0efa75b9 100644 --- a/hledger/Hledger/Cli/Commands/Tags.md +++ b/hledger/Hledger/Cli/Commands/Tags.md @@ -1,6 +1,10 @@ tags\ -List the unique tag names used in the journal, whether on transactions, postings, -or account declarations. +List the tags used in the journal, or their values. + +_FLAGS + +This command lists the tag names used in the journal, +whether on transactions, postings, or account declarations. With a TAGREGEX argument, only tag names matching this regular expression (case insensitive, infix matched) are shown. @@ -15,8 +19,6 @@ With -E/--empty, blank/empty values are also shown. With --parsed, tags or values are shown in the order they were parsed, with duplicates included. (Except, tags from account declarations are always shown first.) -_FLAGS - Tip: remember, accounts also acquire tags from their parents, postings also acquire tags from their account and transaction,