diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-06-06 17:00:02 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-06-06 17:00:02 -0400 |
commit | f32fced494f8ea52e39af064f31e8de47271a8f1 (patch) | |
tree | acb14d192edb739ad827cfc601ba4b1e61e71106 /doc | |
parent | 23902686a32d5f0812095462c567ccb3f768c7db (diff) | |
download | fork-ledger-f32fced494f8ea52e39af064f31e8de47271a8f1.tar.gz fork-ledger-f32fced494f8ea52e39af064f31e8de47271a8f1.tar.bz2 fork-ledger-f32fced494f8ea52e39af064f31e8de47271a8f1.zip |
Improve consistency regarding options
Use --exchange for both cases to avoid confusion for those who don't
know that --exchange and -X are the same.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 2897aa9f..77826b89 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -7360,7 +7360,7 @@ but you want no other commodities to be automatically displayed in terms of @var{COMMODITY2} without additional @option{--exchange} options. For example, if you wanted to report EUR and BTC in terms of USD, but report all other commodities without conversion to USD, you could use: -@option{--exchange EUR:USD -X BTC:USD}. +@option{--exchange EUR:USD --exchange BTC:USD}. @node Environment variables, , Commodity reporting, Detailed Option Description @subsection Environment variables |