mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 20:36:07 +03:00
;imp: bal: drop blank line in flags help
This commit is contained in:
parent
c4e138dfb1
commit
c3e9255488
@ -306,7 +306,7 @@ balancemode = hledgerCommandMode
|
|||||||
,flagNone ["cumulative"] (setboolopt "cumulative")
|
,flagNone ["cumulative"] (setboolopt "cumulative")
|
||||||
"accumulate amounts from report start (specified by e.g. -b/--begin) to column end"
|
"accumulate amounts from report start (specified by e.g. -b/--begin) to column end"
|
||||||
,flagNone ["historical","H"] (setboolopt "historical")
|
,flagNone ["historical","H"] (setboolopt "historical")
|
||||||
"accumulate amounts from journal start to column end (includes postings before report start date)\n "
|
"accumulate amounts from journal start to column end (includes postings before report start date)"
|
||||||
]
|
]
|
||||||
-- other options specific to this command:
|
-- other options specific to this command:
|
||||||
++ flattreeflags True ++
|
++ flattreeflags True ++
|
||||||
|
Loading…
Reference in New Issue
Block a user