;doc: add hledger-ui note to --forecast help (#1193)

[ci skip]
This commit is contained in:
Simon Michael 2020-02-22 11:31:03 -08:00
parent dac3920221
commit b9b5702946
2 changed files with 3 additions and 3 deletions

View File

@ -173,8 +173,8 @@ m4_define({{_reportingoptions_}}, {{
: apply [automated posting rules](journal.html#auto-postings-transaction-modifiers) to modify transactions.
`--forecast`
: apply [periodic transaction](journal.html#periodic-transactions) rules to generate future transactions, to 6 months from now or report end date.
: generate future transactions from [periodic transaction](journal.html#periodic-transactions) rules, for the next 6 months or till report end date.
In hledger-ui, also make ordinary future transactions visible.
When a reporting option appears more than once in the command line, the last one takes precedence.

View File

@ -179,7 +179,7 @@ reportflags = [
-- generated postings/transactions
,flagNone ["auto"] (setboolopt "auto") "apply automated posting rules to modify transactions"
,flagNone ["forecast"] (setboolopt "forecast") "apply periodic transaction rules to generate future transactions, to 6 months from now or report end date"
,flagNone ["forecast"] (setboolopt "forecast") "generate future transactions from periodic transaction rules, for the next 6 months or till report end date. In hledger-ui, also make ordinary future transactions visible."
]