extra/hledger-register-csv: clarify last field heading

This commit is contained in:
Simon Michael 2014-10-17 16:46:58 -07:00
parent 1e54797d49
commit 69f53f768f

View File

@ -36,7 +36,7 @@ main = do
postingsReportAsCsv :: PostingsReport -> CSV
postingsReportAsCsv (_,is) =
["date","description","account","amount","balance"]
["date","description","account","amount","running total or balance"]
:
map postingsReportItemAsCsvRecord is