doc: tags: move most docs after the flags, like some other commands

This commit is contained in:
Simon Michael 2022-04-14 12:37:13 -10:00
parent 5af224d534
commit 318ec0a701

View File

@ -1,6 +1,10 @@
tags\ tags\
List the unique tag names used in the journal, whether on transactions, postings, List the tags used in the journal, or their values.
or account declarations.
_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 With a TAGREGEX argument, only tag names matching this regular expression
(case insensitive, infix matched) are shown. (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. 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.) (Except, tags from account declarations are always shown first.)
_FLAGS
Tip: remember, Tip: remember,
accounts also acquire tags from their parents, accounts also acquire tags from their parents,
postings also acquire tags from their account and transaction, postings also acquire tags from their account and transaction,