diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:55:40 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:57:14 -0400 |
commit | 3f960be96c47cc976ed3a4d9e477325b6a3fcfb7 (patch) | |
tree | 2d0b5a844bc47ff3bb90797114f89531b933c982 /src/help.cc | |
parent | 066aef6090d5801e9e8452692c2478320dad48d3 (diff) | |
download | fork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.tar.gz fork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.tar.bz2 fork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.zip |
Removed all references to the old binary cache.
Diffstat (limited to 'src/help.cc')
-rw-r--r-- | src/help.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/help.cc b/src/help.cc index 567f2562..060f5c3b 100644 --- a/src/help.cc +++ b/src/help.cc @@ -46,8 +46,6 @@ Basic options:\n\ -f, --file FILE read ledger data from FILE\n\ -o, --output FILE write output to FILE\n\ -i, --init-file FILE initialize ledger using FILE (default: ~/.ledgerrc)\n\ - --cache FILE use FILE as a binary cache when --file is not used\n\ - --no-cache don't use a cache, even if it would be appropriate\n\ -a, --account NAME use NAME for the default account (useful with QIF)\n\n\ Commands:\n\ balance [REGEXP]... show balance totals for matching accounts\n\ @@ -135,8 +133,6 @@ Basic options:\n\ -f, --file FILE read ledger data from FILE\n\ -o, --output FILE write output to FILE\n\ -i, --init-file FILE initialize ledger using FILE (default: ~/.ledgerrc)\n\ - --cache FILE use FILE as a binary cache when --file is not used\n\ - --no-cache don't use a cache, even if it would be appropriate\n\ -a, --account NAME use NAME for the default account (useful with QIF)\n\n\ Report filtering:\n\ -c, --current show only current and past entries (not future)\n\ |