From 32d9deb3e1e916d4a73388021fc5af101c84a7ca Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 Nov 2023 09:27:26 -1000 Subject: [PATCH] ;bin:bar: cleanup --- bin/hledger-bar | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/hledger-bar b/bin/hledger-bar index 87829285c..be90dab45 100755 --- a/bin/hledger-bar +++ b/bin/hledger-bar @@ -100,10 +100,9 @@ if [[ $1 =~ ^[0-9]+$ ]]; then scale=$1; shift; fi # helpers -# The hledger reporting command. It should produce a single-currency, -# two-column CSV balance report with one line per period. -# It must have a report interval for --transpose to work. -# shellcheck disable=SC2124 +# The hledger reporting command. It should produce a two-column CSV +# report with one line per period and one currency. It must have a +# report interval for --transpose to work. shellcheck disable=SC2124 cmd="hledger balance -Ocsv --transpose -N -0 --layout=bare -M $@" printcmd() {