ui: small help tweak

[ci skip]
This commit is contained in:
Simon Michael 2018-10-15 19:33:27 -07:00
parent 52ee10bd87
commit 1b42d34a78
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ uiflags = [
-- "show balance change accumulated across periods (in multicolumn reports)"
-- ,flagNone ["historical","H"] (\opts -> setboolopt "historical" opts)
-- "show historical ending balance in each period (includes postings before report start date)\n "
,flagNone ["flat","F"] (\opts -> setboolopt "flat" opts) "show full account names, unindented (default)"
,flagNone ["flat","F"] (\opts -> setboolopt "flat" opts) "show accounts as a list (default)"
,flagNone ["tree","T"] (\opts -> setboolopt "tree" opts) "show accounts as a tree"
,flagNone ["present"] (\opts -> setboolopt "present" opts) "exclude transactions dated later than today (default)"
,flagNone ["future"] (\opts -> setboolopt "future" opts) "include transactions dated later than today"

View File

@ -68,7 +68,7 @@ Any QUERYARGS are interpreted as a hledger search query which filters the data.
: show period balances (changes) at startup instead of historical balances
`-F --flat`
: show full account names, unindented (default)
: show accounts as a list (default)
`-T --tree`
: show accounts as a tree