diff options
author | John Wiegley <johnw@newartisans.com> | 2010-02-02 17:07:05 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-02-02 17:07:05 -0500 |
commit | 141308597784f77414032b00f239e0601f9d4d38 (patch) | |
tree | cfbe1311abbffc7fd05578f8cf0f8ffdf4120f84 /doc/ledger.1 | |
parent | a56a1db66294c06c7b9d582f694538a0cb473abf (diff) | |
download | fork-ledger-141308597784f77414032b00f239e0601f9d4d38.tar.gz fork-ledger-141308597784f77414032b00f239e0601f9d4d38.tar.bz2 fork-ledger-141308597784f77414032b00f239e0601f9d4d38.zip |
Added a --pivot=TAG option
This is equivalent to the following:
--account='"TAG:" + tag(/TAG/)'
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 92457c48..5a91ceb2 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -1,4 +1,4 @@ -.Dd November 13, 2009 +.Dd February 2, 2010 .Dt ledger 1 .Sh NAME .Nm ledger @@ -277,20 +277,10 @@ transactions they are contained in. See the manual for more information. .It Fl \-budget .It Fl \-by-payee Pq Fl P .It Fl \-cleared Pq Fl C -.It Fl \-code-as-account -.It Fl \-code-as-payee .It Fl \-collapse Pq Fl n .It Fl \-collapse-if-zero .It Fl \-color .It Fl \-columns Ar INT -.It Fl \-commodity-as-account -(Also -.Fl \-\-comm\-as\-account -). -.It Fl \-commodity-as-payee -(Also -.Fl \-\-comm\-as\-payee -). .It Fl \-cost See .Fl \-basis . @@ -343,12 +333,12 @@ See .It Fl \-only Ar EXPR .It Fl \-output Ar FILE Pq Fl o .It Fl \-pager Ar STR -.It Fl \-payee-as-account .It Fl \-payee-width Ar INT .It Fl \-pending .It Fl \-percentage Pq Fl \% .It Fl \-period Ar PERIOD Pq Fl p .It Fl \-period-sort +.It Fl \-pivot Ar STR .It Fl \-plot-amount-format Ar FMT .It Fl \-plot-total-format Ar FMT .It Fl \-price Pq Fl I |