diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:07:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:07:30 -0400 |
commit | 944c63e6f26d1f05ba6f63c60f510d3796872f3e (patch) | |
tree | e1fc54319c2c42c16a64e95930acaca063658863 /doc/ledger.1 | |
parent | 057506ab6dddbfb75d1bb29289602f375ca57df5 (diff) | |
download | fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.gz fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.bz2 fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.zip |
The Great Renaming, Part II
The last commit did not contain the majority of changes because of a
slight mishap. This contains the real changeset.
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 5598ee8e..8e9e42ff 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -60,7 +60,6 @@ are also accepted. The synonym .Nm lisp is also accepted. -.It Nm entry Oo Ar date Oc .It Nm equity Oo Ar query Oc .It Nm prices Oo Ar query Oc .It Nm pricesdb Oo Ar query Oc @@ -73,6 +72,10 @@ and are also accepted. .It Nm reload Used solely by the +.It Nm xact Oo Ar date Oc +The synonym +.Nm entry +is also accepted. .Tn REPL , and causes an immediate reloading of all journal files in the session. .It Nm stats Oo Ar query Oc @@ -190,7 +193,7 @@ appeared in the original journal file. .It Fl \-set-price Ar EXPR .It Fl \-sort Ar EXPR Pq Fl S .It Fl \-sort-all -.It Fl \-sort-entries +.It Fl \-sort-xacts .It Fl \-start-of-week Ar STR .It Fl \-strict .It Fl \-subtotal Pq Fl s @@ -238,7 +241,7 @@ Query on the payee, rather than the account. .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). +Query on the xact'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 @@ -294,7 +297,6 @@ for example: .It Nm display_total .It Nm end_line .It Nm end_pos -.It Nm entry .It Nm filename .It Nm format_date .It Nm has_meta @@ -307,6 +309,7 @@ for example: .It Nm partial_account .It Nm payee .It Nm pending +.It Nm post .It Nm print .It Nm quantity .It Nm quoted |