[doc] Use specific example to explain environment vars

[ci skip]
This commit is contained in:
Alexis Hildebrandt 2015-01-23 15:51:40 +01:00
parent 6a96a4e68a
commit 217193608a

View file

@ -7442,8 +7442,8 @@ BTC:USD}.
@subsection Environment variables @subsection Environment variables
Every option to ledger may be set using an environment variable. If Every option to ledger may be set using an environment variable. If
an option has a long name such @option{--this-option}, setting the an option has a long name, for example @option{--account}, setting the
environment variable @env{LEDGER_THIS_OPTION} will have the same environment variable @env{LEDGER_ACCOUNT} will have the same
effect as specifying that option on the command-line. Options on the effect as specifying that option on the command-line. Options on the
command-line always take precedence over environment variable command-line always take precedence over environment variable
settings, however. settings, however.