diff --git a/hledger/Hledger/Cli/Commands/Balance.hs b/hledger/Hledger/Cli/Commands/Balance.hs index e164b644e..eb3f6955c 100644 --- a/hledger/Hledger/Cli/Commands/Balance.hs +++ b/hledger/Hledger/Cli/Commands/Balance.hs @@ -306,7 +306,7 @@ balancemode = hledgerCommandMode ,flagNone ["cumulative"] (setboolopt "cumulative") "accumulate amounts from report start (specified by e.g. -b/--begin) to column end" ,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: ++ flattreeflags True ++