summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-01-29 13:26:31 -0700
committerCraig Earls <enderw88@gmail.com>2013-01-29 13:26:31 -0700
commit2ecb03878fe948167b1e3049f35e77c750714852 (patch)
tree3eff6f817973530364681bd9684e0f18ecf875c7
parentb9dbf54d9a5d0002e379263b4407450074e45211 (diff)
downloadfork-ledger-2ecb03878fe948167b1e3049f35e77c750714852.tar.gz
fork-ledger-2ecb03878fe948167b1e3049f35e77c750714852.tar.bz2
fork-ledger-2ecb03878fe948167b1e3049f35e77c750714852.zip
Documented the tags command.
Documented that the account and commodities command now sort.
-rw-r--r--doc/ledger3.texi23
1 files changed, 18 insertions, 5 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 2e0f9ed5..377d740c 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -2574,7 +2574,7 @@ kill the report buffer
* Lot dates::
* Lot notes::
* Lot value expressions::
-* Automated Transactions::
+* Automated Transactions::
@end menu
@node Basic format, Eliding amounts, Transactions , Transactions
@@ -4776,6 +4776,7 @@ database files.
@menu
* accounts::
* commodities::
+* tags::
* entry and xact::
* payees::
@end menu
@@ -4785,15 +4786,27 @@ database files.
The @command{accounts} reports all of the accounts in the journal.
Following the command with a regular expression will limit the output to
-accounts matching the regex.
+accounts matching the regex. The output is sorted by name. Using the
+@code{--count} option will tell you haw many entries use each account.
-@node commodities, entry and xact, accounts, Reports about your Journals
+@node commodities, tags, accounts, Reports about your Journals
@subsection @command{commodities}
-Report all commodities present in the journals under consideration.
+Report all commodities present in the journals under consideration. The
+ output is sorted by name. Using the @code{--count} option will tell
+ you haw many entries use each commodity.
+@node tags, entry and xact, commodities, Reports about your Journals
+@subsection @command{tags}
-@node entry and xact, payees, commodities, Reports about your Journals
+The @command{tags} reports all of the tags in the journal. The output
+is sorted by name. Using the @code{--count} option will tell you haw
+many entries use each tag. Using the @code{--values} option will report
+the values used by each tag.
+
+
+
+@node entry and xact, payees, tags, Reports about your Journals
@subsection @command{draft}, @command{entry} and @command{xact}
The @code{draft}, @code{entry} and @command{xact} commands simplify the