diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-06-30 19:10:36 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-06-30 19:10:36 -0400 |
commit | 3bf82068b4dbb584a0cadb4d9d76bc8c552cb992 (patch) | |
tree | 5ebea24e1e1a1025884ff739006fb45bfacdc506 /doc | |
parent | 26340138848ae83e04a0fe894639ff5992628129 (diff) | |
download | fork-ledger-3bf82068b4dbb584a0cadb4d9d76bc8c552cb992.tar.gz fork-ledger-3bf82068b4dbb584a0cadb4d9d76bc8c552cb992.tar.bz2 fork-ledger-3bf82068b4dbb584a0cadb4d9d76bc8c552cb992.zip |
Document --unrealized
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger.1 | 2 | ||||
-rw-r--r-- | doc/ledger3.texi | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 46c7a68e..fac143dd 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -794,6 +794,8 @@ Show only un-budgeted postings. .It Fl \-uncleared Pq Fl U Use only uncleared transactions in calculations and reports. .It Fl \-unrealized +Show generated unrealized gain and loss accounts in the balance +report. .It Fl \-unrealized-gains Allow the user to specify what account name should be used for unrealized gains. Defaults to diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 57f7ab53..992cd23d 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6601,7 +6601,8 @@ Show only unbudgeted postings. Use only uncleared transactions in calculations and reports. @item --unrealized -FIX THIS ENTRY +Show generated unrealized gain and loss accounts in the balance +report. @item --unrealized-gains @var{STR} Allow the user to specify what account name should be used for |