diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-27 02:29:42 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-27 02:31:09 -0600 |
commit | 61bc7362ca974543c9b851f8fc81fe981569ad6c (patch) | |
tree | f5a5420a6b4fa3cacc4ee3c2a9bddb2ebd6c632b /doc/ledger.1 | |
parent | 30e8c0bc65a94819d8375c9359d6ce77d908dcfc (diff) | |
download | fork-ledger-61bc7362ca974543c9b851f8fc81fe981569ad6c.tar.gz fork-ledger-61bc7362ca974543c9b851f8fc81fe981569ad6c.tar.bz2 fork-ledger-61bc7362ca974543c9b851f8fc81fe981569ad6c.zip |
Added new account/payee/commodity directives
Also added supporting options: --explicit, --permissive, --pedantic, as
well as new behavior for --strict.
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 21d43ead..5e280889 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -1,4 +1,4 @@ -.Dd February 26, 2012 +.Dd February 27, 2012 .Dt ledger 1 .Sh NAME .Nm ledger @@ -313,6 +313,7 @@ See .It Fl \-equity .It Fl \-exact .It Fl \-exchange Ar COMM Oo , COMM, ... Oc Pq Fl X +.It Fl \-explicit .It Fl \-file Ar FILE .It Fl \-first Ar INT See @@ -367,10 +368,12 @@ See .It Fl \-pager Ar STR .It Fl \-payee .It Fl \-payee-width Ar INT +.It Fl \-pedantic .It Fl \-pending .It Fl \-percent Pq Fl \% .It Fl \-period Ar PERIOD Pq Fl p .It Fl \-period-sort +.It Fl \-permissive .It Fl \-pivot Ar STR .It Fl \-plot-amount-format Ar FMT .It Fl \-plot-total-format Ar FMT |