diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-23 15:51:40 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-27 22:02:33 +0100 |
commit | 217193608ac818b33c034d013ca08e1c43afe090 (patch) | |
tree | 64a3fc8045b02ef043c78e158a394f83edb8a4bd | |
parent | 6a96a4e68ae3ffe04a21ad5bd01b4ab80fde9639 (diff) | |
download | ledger-217193608ac818b33c034d013ca08e1c43afe090.tar.gz ledger-217193608ac818b33c034d013ca08e1c43afe090.tar.bz2 ledger-217193608ac818b33c034d013ca08e1c43afe090.zip |
[doc] Use specific example to explain environment vars
[ci skip]
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index b98664f9..080fc3eb 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -7442,8 +7442,8 @@ BTC:USD}. @subsection Environment variables Every option to ledger may be set using an environment variable. If -an option has a long name such @option{--this-option}, setting the -environment variable @env{LEDGER_THIS_OPTION} will have the same +an option has a long name, for example @option{--account}, setting the +environment variable @env{LEDGER_ACCOUNT} will have the same effect as specifying that option on the command-line. Options on the command-line always take precedence over environment variable settings, however. |