diff options
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 |