diff options
-rwxr-xr-x | contrib/report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/report b/contrib/report index 24418cdc..1a84a399 100755 --- a/contrib/report +++ b/contrib/report @@ -16,6 +16,6 @@ fi (cat <<EOF; ledger "$@") | gnuplot set terminal $LEDGER_TERM set xdata time - set timefmt "%Y/%m/%d" + set timefmt "%Y-%m-%d" plot "-" using 1:2 with lines EOF |