ui: small help tweak
[ci skip]
This commit is contained in:
		
							parent
							
								
									52ee10bd87
								
							
						
					
					
						commit
						1b42d34a78
					
				| @ -36,7 +36,7 @@ uiflags = [ | |||||||
|   --   "show balance change accumulated across periods (in multicolumn reports)" |   --   "show balance change accumulated across periods (in multicolumn reports)" | ||||||
|   -- ,flagNone ["historical","H"] (\opts -> setboolopt "historical" opts) |   -- ,flagNone ["historical","H"] (\opts -> setboolopt "historical" opts) | ||||||
|   --   "show historical ending balance in each period (includes postings before report start date)\n " |   --   "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 ["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 ["present"] (\opts -> setboolopt "present" opts) "exclude transactions dated later than today (default)" | ||||||
|   ,flagNone ["future"] (\opts -> setboolopt "future" opts) "include transactions dated later than today" |   ,flagNone ["future"] (\opts -> setboolopt "future" opts) "include transactions dated later than today" | ||||||
|  | |||||||
| @ -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  | : show period balances (changes) at startup instead of historical balances  | ||||||
| 
 | 
 | ||||||
| `-F --flat` | `-F --flat` | ||||||
| : show full account names, unindented (default) | : show accounts as a list (default) | ||||||
| 
 | 
 | ||||||
| `-T --tree` | `-T --tree` | ||||||
| : show accounts as a tree | : show accounts as a tree | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user