diff options
author | thdox <thdox@free.fr> | 2013-04-30 00:37:34 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2013-04-30 00:37:34 +0200 |
commit | f5ece775afea3c6584f8c76207c7f7ac7f38ba27 (patch) | |
tree | 8b019ec96e57349701b4464872f8bb397ba6bcfc /doc | |
parent | 1668c74036ad15b2e1ab3c1a6975cf13068142ae (diff) | |
download | fork-ledger-f5ece775afea3c6584f8c76207c7f7ac7f38ba27.tar.gz fork-ledger-f5ece775afea3c6584f8c76207c7f7ac7f38ba27.tar.bz2 fork-ledger-f5ece775afea3c6584f8c76207c7f7ac7f38ba27.zip |
Add description for --unrealized-gains and --unrealized-losses
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 93b9e885..9db5d015 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6084,11 +6084,16 @@ Use only uncleared transactions in calculations and reports. @item --unrealized FIX THIS ENTRY -@item --unrealized-gains @var{FIXME} -FIX THIS ENTRY +@item --unrealized-gains @var{STR} +@itemx --unrealized-losses @var{STR} +These options allow the user to specify what accounts names should be +used for these two types of accounts. They are optional, and default +to: -@item --unrealized-losses @var{FIXME} -FIX THIS ENTRY +--unrealized-gains "Equity:Unrealized Gains" +--unrealized-losses "Equity:Unrealized Losses" + +These are intended to be set in one's @file{~/.ledgerrc} file. @item --unround Perform all calculations without rounding and display results to full |