describe -E/--empty more accurately as "nonzero"
This commit is contained in:
parent
2c8b47b293
commit
6acd57da53
@ -139,7 +139,7 @@ reportflags = [
|
||||
,flagNone ["uncleared","U"] (setboolopt "uncleared") "include only uncleared (and pending) postings/txns"
|
||||
,flagNone ["real","R"] (setboolopt "real") "include only non-virtual postings"
|
||||
,flagReq ["depth"] (\s opts -> Right $ setopt "depth" s opts) "N" "hide accounts/postings deeper than N"
|
||||
,flagNone ["empty","E"] (setboolopt "empty") "show empty/zero things which are normally omitted"
|
||||
,flagNone ["empty","E"] (setboolopt "empty") "show items with zero amount, normally hidden"
|
||||
,flagNone ["cost","B"] (setboolopt "cost") "show amounts in their cost price's commodity"
|
||||
]
|
||||
|
||||
|
||||
@ -321,7 +321,7 @@ hide accounts/postings deeper than N
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-E\ \-\-empty\f[]
|
||||
show empty/zero things which are normally omitted
|
||||
show items with zero amount, normally hidden
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
|
||||
@ -238,7 +238,7 @@ command name.
|
||||
hide accounts/postings deeper than N
|
||||
|
||||
`-E --empty'
|
||||
show empty/zero things which are normally omitted
|
||||
show items with zero amount, normally hidden
|
||||
|
||||
`-B --cost'
|
||||
show amounts in their cost price's commodity
|
||||
@ -2043,95 +2043,95 @@ Node: EXAMPLES1748
|
||||
Ref: #examples1850
|
||||
Node: OPTIONS3854
|
||||
Ref: #options3958
|
||||
Node: Multiple files7270
|
||||
Ref: #multiple-files7395
|
||||
Node: Repeated options7660
|
||||
Ref: #repeated-options7812
|
||||
Node: Depth limiting7932
|
||||
Ref: #depth-limiting8077
|
||||
Node: Smart dates8278
|
||||
Ref: #smart-dates8419
|
||||
Node: Reporting interval9416
|
||||
Ref: #reporting-interval9575
|
||||
Node: Period expressions9918
|
||||
Ref: #period-expressions10085
|
||||
Node: Regular Expressions12131
|
||||
Ref: #regular-expressions12273
|
||||
Node: QUERIES13756
|
||||
Ref: #queries13860
|
||||
Node: COMMANDS17162
|
||||
Ref: #commands17276
|
||||
Node: accounts17949
|
||||
Ref: #accounts18049
|
||||
Node: activity19031
|
||||
Ref: #activity19143
|
||||
Node: add19502
|
||||
Ref: #add19603
|
||||
Node: balance22262
|
||||
Ref: #balance22375
|
||||
Node: Flat mode25091
|
||||
Ref: #flat-mode25218
|
||||
Node: Depth limited balance reports25637
|
||||
Ref: #depth-limited-balance-reports25840
|
||||
Node: Multicolumn balance reports26261
|
||||
Ref: #multicolumn-balance-reports26463
|
||||
Node: Market value31112
|
||||
Ref: #market-value31276
|
||||
Node: Custom balance output31769
|
||||
Ref: #custom-balance-output31942
|
||||
Node: Output destination34046
|
||||
Ref: #output-destination34211
|
||||
Node: CSV output34481
|
||||
Ref: #csv-output34600
|
||||
Node: balancesheet34997
|
||||
Ref: #balancesheet35125
|
||||
Node: cashflow35777
|
||||
Ref: #cashflow35894
|
||||
Node: help36584
|
||||
Ref: #help36696
|
||||
Node: incomestatement37533
|
||||
Ref: #incomestatement37663
|
||||
Node: info38390
|
||||
Ref: #info38497
|
||||
Node: man38859
|
||||
Ref: #man38956
|
||||
Node: print39359
|
||||
Ref: #print39464
|
||||
Node: register40815
|
||||
Ref: #register40928
|
||||
Node: Custom register output45269
|
||||
Ref: #custom-register-output45400
|
||||
Node: stats46697
|
||||
Ref: #stats46803
|
||||
Node: test47684
|
||||
Ref: #test47771
|
||||
Node: ADD-ON COMMANDS48138
|
||||
Ref: #add-on-commands48274
|
||||
Node: api49562
|
||||
Ref: #api49654
|
||||
Node: autosync49688
|
||||
Ref: #autosync49803
|
||||
Node: diff52118
|
||||
Ref: #diff52228
|
||||
Node: equity52892
|
||||
Ref: #equity53006
|
||||
Node: interest54334
|
||||
Ref: #interest54451
|
||||
Node: irr57535
|
||||
Ref: #irr57648
|
||||
Node: print-unique60023
|
||||
Ref: #print-unique60153
|
||||
Node: rewrite60411
|
||||
Ref: #rewrite60530
|
||||
Node: ui61059
|
||||
Ref: #ui61159
|
||||
Node: web61200
|
||||
Ref: #web61288
|
||||
Node: TROUBLESHOOTING61321
|
||||
Ref: #troubleshooting61440
|
||||
Node: Run-time problems61494
|
||||
Ref: #run-time-problems61637
|
||||
Node: Known limitations63581
|
||||
Ref: #known-limitations63724
|
||||
Node: Multiple files7265
|
||||
Ref: #multiple-files7390
|
||||
Node: Repeated options7655
|
||||
Ref: #repeated-options7807
|
||||
Node: Depth limiting7927
|
||||
Ref: #depth-limiting8072
|
||||
Node: Smart dates8273
|
||||
Ref: #smart-dates8414
|
||||
Node: Reporting interval9411
|
||||
Ref: #reporting-interval9570
|
||||
Node: Period expressions9913
|
||||
Ref: #period-expressions10080
|
||||
Node: Regular Expressions12126
|
||||
Ref: #regular-expressions12268
|
||||
Node: QUERIES13751
|
||||
Ref: #queries13855
|
||||
Node: COMMANDS17157
|
||||
Ref: #commands17271
|
||||
Node: accounts17944
|
||||
Ref: #accounts18044
|
||||
Node: activity19026
|
||||
Ref: #activity19138
|
||||
Node: add19497
|
||||
Ref: #add19598
|
||||
Node: balance22257
|
||||
Ref: #balance22370
|
||||
Node: Flat mode25086
|
||||
Ref: #flat-mode25213
|
||||
Node: Depth limited balance reports25632
|
||||
Ref: #depth-limited-balance-reports25835
|
||||
Node: Multicolumn balance reports26256
|
||||
Ref: #multicolumn-balance-reports26458
|
||||
Node: Market value31107
|
||||
Ref: #market-value31271
|
||||
Node: Custom balance output31764
|
||||
Ref: #custom-balance-output31937
|
||||
Node: Output destination34041
|
||||
Ref: #output-destination34206
|
||||
Node: CSV output34476
|
||||
Ref: #csv-output34595
|
||||
Node: balancesheet34992
|
||||
Ref: #balancesheet35120
|
||||
Node: cashflow35772
|
||||
Ref: #cashflow35889
|
||||
Node: help36579
|
||||
Ref: #help36691
|
||||
Node: incomestatement37528
|
||||
Ref: #incomestatement37658
|
||||
Node: info38385
|
||||
Ref: #info38492
|
||||
Node: man38854
|
||||
Ref: #man38951
|
||||
Node: print39354
|
||||
Ref: #print39459
|
||||
Node: register40810
|
||||
Ref: #register40923
|
||||
Node: Custom register output45264
|
||||
Ref: #custom-register-output45395
|
||||
Node: stats46692
|
||||
Ref: #stats46798
|
||||
Node: test47679
|
||||
Ref: #test47766
|
||||
Node: ADD-ON COMMANDS48133
|
||||
Ref: #add-on-commands48269
|
||||
Node: api49557
|
||||
Ref: #api49649
|
||||
Node: autosync49683
|
||||
Ref: #autosync49798
|
||||
Node: diff52113
|
||||
Ref: #diff52223
|
||||
Node: equity52887
|
||||
Ref: #equity53001
|
||||
Node: interest54329
|
||||
Ref: #interest54446
|
||||
Node: irr57530
|
||||
Ref: #irr57643
|
||||
Node: print-unique60018
|
||||
Ref: #print-unique60148
|
||||
Node: rewrite60406
|
||||
Ref: #rewrite60525
|
||||
Node: ui61054
|
||||
Ref: #ui61154
|
||||
Node: web61195
|
||||
Ref: #web61283
|
||||
Node: TROUBLESHOOTING61316
|
||||
Ref: #troubleshooting61435
|
||||
Node: Run-time problems61489
|
||||
Ref: #run-time-problems61632
|
||||
Node: Known limitations63576
|
||||
Ref: #known-limitations63719
|
||||
|
||||
End Tag Table
|
||||
|
||||
@ -213,7 +213,7 @@ OOPPTTIIOONNSS
|
||||
hide accounts/postings deeper than N
|
||||
|
||||
--EE ----eemmppttyy
|
||||
show empty/zero things which are normally omitted
|
||||
show items with zero amount, normally hidden
|
||||
|
||||
--BB ----ccoosstt
|
||||
show amounts in their cost price's commodity
|
||||
|
||||
@ -71,7 +71,7 @@ Both of these must be written after the command name.
|
||||
: hide accounts/postings deeper than N
|
||||
|
||||
`-E --empty `
|
||||
: show empty/zero things which are normally omitted
|
||||
: show items with zero amount, normally hidden
|
||||
|
||||
`-B --cost `
|
||||
: show amounts in their cost price's commodity
|
||||
|
||||
Loading…
Reference in New Issue
Block a user