fix:areg: drop inconsistent newline in options help

This commit is contained in:
Simon Michael 2024-12-20 10:25:37 -10:00
parent 0a484df676
commit 0a14b3a08c

View File

@ -52,7 +52,7 @@ aregistermode = hledgerCommandMode
,flagNone ["cumulative"] (setboolopt "cumulative")
"show running total from report start date"
,flagNone ["historical","H"] (setboolopt "historical")
"show historical running total/balance (includes postings before report start date) (default)\n "
"show historical running total/balance (includes postings before report start date) (default)"
-- ,flagNone ["average","A"] (setboolopt "average")
-- "show running average of posting amounts instead of total (implies --empty)"
-- ,flagNone ["related","r"] (setboolopt "related") "show postings' siblings instead"