diff options
author | thdox <thdox@free.fr> | 2013-05-01 16:28:11 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2013-05-01 16:28:11 +0200 |
commit | 8171165a6c9f2484f666d729f8dd6f25c247e102 (patch) | |
tree | e88421764a98331b34d36d4df0bc1ad98d1393ad /doc | |
parent | d681b1fb83fe30e1bbbf9f6e4d4ebc2fa9860f91 (diff) | |
download | fork-ledger-8171165a6c9f2484f666d729f8dd6f25c247e102.tar.gz fork-ledger-8171165a6c9f2484f666d729f8dd6f25c247e102.tar.bz2 fork-ledger-8171165a6c9f2484f666d729f8dd6f25c247e102.zip |
For consistency, do not put on same @item two options that are
different (even if very close in purpose).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 5e5cd5ff..738205ac 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6083,15 +6083,14 @@ Use only uncleared transactions in calculations and reports. 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: - ---unrealized-gains "Equity:Unrealized Gains" ---unrealized-losses "Equity:Unrealized Losses" +Allow the user to specify what account name should be used for +unrealized gains. Defaults to @samp{"Equity:Unrealized Gains"}. +Often set in one's @file{~/.ledgerrc} file to change default. -These are intended to be set in one's @file{~/.ledgerrc} file. +@itemx --unrealized-losses @var{STR} +Allow the user to specify what account name should be used for +unrealized gains. Defaults to @samp{"Equity:Unrealized Losses"}. +Often set in one's @file{~/.ledgerrc} file to change default. @item --unround Perform all calculations without rounding and display results to full |