diff options
author | Matt Palmer <mpalmer@hezmatt.org> | 2010-12-11 10:38:09 +1100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-12-30 02:44:01 -0500 |
commit | 09a95b474c231b587ddcdb14fa1ff25ab8c924a3 (patch) | |
tree | 29203ff5a717ebe3d7c866164d67b30df5f02a56 | |
parent | f17125150c6f16d31ed3e63555cc0194c2d3a436 (diff) | |
download | fork-ledger-09a95b474c231b587ddcdb14fa1ff25ab8c924a3.tar.gz fork-ledger-09a95b474c231b587ddcdb14fa1ff25ab8c924a3.tar.bz2 fork-ledger-09a95b474c231b587ddcdb14fa1ff25ab8c924a3.zip |
Doc: Cannot separate multiple files with colons
-rw-r--r-- | doc/ledger.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi index 200b1003..ac7bfc5f 100644 --- a/doc/ledger.texi +++ b/doc/ledger.texi @@ -481,8 +481,8 @@ and exits. This is useful for sending bug reports, to let the author know which version of ledger you are using. @option{--file FILE} (@option{-f FILE}) reads FILE as a ledger file. -This command may be used multiple times. FILE may also be a list of -file names separated by colons. Typically, the environment variable +This command may be used multiple times. +Typically, the environment variable @env{LEDGER_FILE} is set, rather than using this command-line option. @option{--output FILE} (@option{-o FILE}) redirects output from any |