diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:07:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:07:30 -0400 |
commit | 944c63e6f26d1f05ba6f63c60f510d3796872f3e (patch) | |
tree | e1fc54319c2c42c16a64e95930acaca063658863 /tools/sample.sh | |
parent | 057506ab6dddbfb75d1bb29289602f375ca57df5 (diff) | |
download | ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.gz ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.bz2 ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.zip |
The Great Renaming, Part II
The last commit did not contain the majority of changes because of a
slight mishap. This contains the real changeset.
Diffstat (limited to 'tools/sample.sh')
-rwxr-xr-x | tools/sample.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sample.sh b/tools/sample.sh index b5b0c3c6..284b3108 100755 --- a/tools/sample.sh +++ b/tools/sample.sh @@ -3,5 +3,5 @@ ~/Products/ledger/ledger \ --import ~/src/ledger/tools/sample.py \ -f ~/src/ledger/doc/sample.dat \ - --amount 'get_amount(entry)' \ + --amount 'get_amount(xact)' \ register |