diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-22 18:34:00 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-22 18:34:00 -0400 |
commit | 6777a8f33b1c09023ad27f8ed00908fc4fe790b2 (patch) | |
tree | 911825fa4cddc705c20d4582d1a780928fb0f1df /doc/ledger.1 | |
parent | f0739ae38e2f866e43f9c9325c951390532e8f09 (diff) | |
download | fork-ledger-6777a8f33b1c09023ad27f8ed00908fc4fe790b2.tar.gz fork-ledger-6777a8f33b1c09023ad27f8ed00908fc4fe790b2.tar.bz2 fork-ledger-6777a8f33b1c09023ad27f8ed00908fc4fe790b2.zip |
Updated manpage about the new --exchange changes
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 68cafc9c..62007d37 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -128,7 +128,7 @@ See \fB\-\-basis\fR. .It Fl \-end Pq Fl e .It Fl \-equity .It Fl \-exact -.It Fl \-exchange Ar COMM Pq Fl x +.It Fl \-exchange Ar COMM Oo , COMM, ... Oc Pq Fl x .It Fl \-file Ar FILE .It Fl \-first Ar INT See \fB\-\-head\fR. @@ -231,14 +231,13 @@ Thus, to report the current balance for all assets and liabilities, you would use: .Pp .Dl ledger bal asset liab -.It Nm payee Ar regex +.It Nm payee Ar regex Pq \&@ Ns Ar regex Query on the payee, rather than the account. -.It \&@ Ns Ar regex -Same as -.Nm payee Ar regex . .It Nm tag Ar regex Pq \&% Ns Ar regex .It Nm note Ar regex Pq \&= Ns Ar regex Query on anything found in an item's note. +.It Nm code Ar regex Pq \&# Ns Ar regex +Query on the entry's optional code (which can be any string the user wishes). .It Ar term Nm and Ar term Query terms are joined by an implicit OR operator. You can change this to AND by using that keyword. For example, to show food expenditures occurring at |