From ee55a76b23e6cf33819d5e51e0e3a5e15134f36e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 15 Mar 2015 11:10:53 -0700 Subject: [PATCH] changelog tweak --- hledger/CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hledger/CHANGES b/hledger/CHANGES index bb51d0060..f6c85892a 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -24,10 +24,10 @@ User-visible changes in hledger and hledger-lib. 4. or the default, 80 characters. Also, register's --width option now accepts an optional - description column width following the overall width, - comma-separated (--width WIDTH[,DESCWIDTH]). This also sets the - account column width, since the available space (WIDTH-41) is - divided up between these two columns. Here's a diagram: + description column width following the overall width (--width + WIDTH[,DESCWIDTH]). This also sets the account column width, since + the available space (WIDTH-41) is divided up between these two + columns. Here's a diagram: <--------------------------------- width (W) ----------------------------------> date (10) description (D) account (W-41-D) amount (12) balance (12)