diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-03 05:18:34 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:53 -0400 |
commit | 37a67d89b036a715206f38adc3c4fec2421523e5 (patch) | |
tree | 06d3afd96347868088182099dc77a156a44fe369 /ledger.texi | |
parent | 3ea12c622dd702ac5cf6e21f95fb23a6b32c64eb (diff) | |
download | fork-ledger-37a67d89b036a715206f38adc3c4fec2421523e5.tar.gz fork-ledger-37a67d89b036a715206f38adc3c4fec2421523e5.tar.bz2 fork-ledger-37a67d89b036a715206f38adc3c4fec2421523e5.zip |
(parse_ledger_data): Don't auto-create equivalencies for bytes,
kilobytes, etc., since people may want to use "b" for something else.
Diffstat (limited to 'ledger.texi')
-rw-r--r-- | ledger.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ledger.texi b/ledger.texi index 9ba41e1e..5862e34d 100644 --- a/ledger.texi +++ b/ledger.texi @@ -2939,10 +2939,12 @@ P 2004/06/21 02:18:02 AAPL $32.91 P 2004/06/21 02:18:02 AU $400.00 @end smallexample -Specify the price history to use with the @option{-P} option: +Specify the price history to use with the @option{--price-db} option, +with the @option{-V} option to report in terms of current market +value: @example -ledger -P prices.db balance brokerage +ledger --price-db prices.db -V balance brokerage @end example The balance for your brokerage account will be reported in US dollars, |