From 700a3d2ae18643d2b8e53e6307fbf1cc5d98ddfe Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 27 Oct 2012 20:36:45 -0400 Subject: [PATCH] gnucash-process-report: comment change --- gnucash-process-report | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnucash-process-report b/gnucash-process-report index 1f7e76a..20675d8 100755 --- a/gnucash-process-report +++ b/gnucash-process-report @@ -2,9 +2,9 @@ # Josh Holtrop # 2011-05-07 -# This script processes an HTML report output by gnucash and consolidates -# the in/out amounts into net amounts and writes a new HTML report file -# to the standard output. +# This script processes a cash flow HTML report output by gnucash and +# consolidates the in/out amounts into net amounts and writes a new +# HTML report file to standard output. # Usage: # gnucash-process-report generated.html > new.html