describe -E/--empty more accurately as "nonzero"

This commit is contained in:
Simon Michael 2016-06-03 09:00:43 -07:00
parent 2c8b47b293
commit 6acd57da53
5 changed files with 95 additions and 95 deletions

View File

@ -139,7 +139,7 @@ reportflags = [
,flagNone ["uncleared","U"] (setboolopt "uncleared") "include only uncleared (and pending) postings/txns" ,flagNone ["uncleared","U"] (setboolopt "uncleared") "include only uncleared (and pending) postings/txns"
,flagNone ["real","R"] (setboolopt "real") "include only non-virtual postings" ,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" ,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" ,flagNone ["cost","B"] (setboolopt "cost") "show amounts in their cost price's commodity"
] ]

View File

@ -321,7 +321,7 @@ hide accounts/postings deeper than N
.RE .RE
.TP .TP
.B \f[C]\-E\ \-\-empty\f[] .B \f[C]\-E\ \-\-empty\f[]
show empty/zero things which are normally omitted show items with zero amount, normally hidden
.RS .RS
.RE .RE
.TP .TP

View File

@ -238,7 +238,7 @@ command name.
hide accounts/postings deeper than N hide accounts/postings deeper than N
`-E --empty' `-E --empty'
show empty/zero things which are normally omitted show items with zero amount, normally hidden
`-B --cost' `-B --cost'
show amounts in their cost price's commodity show amounts in their cost price's commodity
@ -2043,95 +2043,95 @@ Node: EXAMPLES1748
Ref: #examples1850 Ref: #examples1850
Node: OPTIONS3854 Node: OPTIONS3854
Ref: #options3958 Ref: #options3958
Node: Multiple files7270 Node: Multiple files7265
Ref: #multiple-files7395 Ref: #multiple-files7390
Node: Repeated options7660 Node: Repeated options7655
Ref: #repeated-options7812 Ref: #repeated-options7807
Node: Depth limiting7932 Node: Depth limiting7927
Ref: #depth-limiting8077 Ref: #depth-limiting8072
Node: Smart dates8278 Node: Smart dates8273
Ref: #smart-dates8419 Ref: #smart-dates8414
Node: Reporting interval9416 Node: Reporting interval9411
Ref: #reporting-interval9575 Ref: #reporting-interval9570
Node: Period expressions9918 Node: Period expressions9913
Ref: #period-expressions10085 Ref: #period-expressions10080
Node: Regular Expressions12131 Node: Regular Expressions12126
Ref: #regular-expressions12273 Ref: #regular-expressions12268
Node: QUERIES13756 Node: QUERIES13751
Ref: #queries13860 Ref: #queries13855
Node: COMMANDS17162 Node: COMMANDS17157
Ref: #commands17276 Ref: #commands17271
Node: accounts17949 Node: accounts17944
Ref: #accounts18049 Ref: #accounts18044
Node: activity19031 Node: activity19026
Ref: #activity19143 Ref: #activity19138
Node: add19502 Node: add19497
Ref: #add19603 Ref: #add19598
Node: balance22262 Node: balance22257
Ref: #balance22375 Ref: #balance22370
Node: Flat mode25091 Node: Flat mode25086
Ref: #flat-mode25218 Ref: #flat-mode25213
Node: Depth limited balance reports25637 Node: Depth limited balance reports25632
Ref: #depth-limited-balance-reports25840 Ref: #depth-limited-balance-reports25835
Node: Multicolumn balance reports26261 Node: Multicolumn balance reports26256
Ref: #multicolumn-balance-reports26463 Ref: #multicolumn-balance-reports26458
Node: Market value31112 Node: Market value31107
Ref: #market-value31276 Ref: #market-value31271
Node: Custom balance output31769 Node: Custom balance output31764
Ref: #custom-balance-output31942 Ref: #custom-balance-output31937
Node: Output destination34046 Node: Output destination34041
Ref: #output-destination34211 Ref: #output-destination34206
Node: CSV output34481 Node: CSV output34476
Ref: #csv-output34600 Ref: #csv-output34595
Node: balancesheet34997 Node: balancesheet34992
Ref: #balancesheet35125 Ref: #balancesheet35120
Node: cashflow35777 Node: cashflow35772
Ref: #cashflow35894 Ref: #cashflow35889
Node: help36584 Node: help36579
Ref: #help36696 Ref: #help36691
Node: incomestatement37533 Node: incomestatement37528
Ref: #incomestatement37663 Ref: #incomestatement37658
Node: info38390 Node: info38385
Ref: #info38497 Ref: #info38492
Node: man38859 Node: man38854
Ref: #man38956 Ref: #man38951
Node: print39359 Node: print39354
Ref: #print39464 Ref: #print39459
Node: register40815 Node: register40810
Ref: #register40928 Ref: #register40923
Node: Custom register output45269 Node: Custom register output45264
Ref: #custom-register-output45400 Ref: #custom-register-output45395
Node: stats46697 Node: stats46692
Ref: #stats46803 Ref: #stats46798
Node: test47684 Node: test47679
Ref: #test47771 Ref: #test47766
Node: ADD-ON COMMANDS48138 Node: ADD-ON COMMANDS48133
Ref: #add-on-commands48274 Ref: #add-on-commands48269
Node: api49562 Node: api49557
Ref: #api49654 Ref: #api49649
Node: autosync49688 Node: autosync49683
Ref: #autosync49803 Ref: #autosync49798
Node: diff52118 Node: diff52113
Ref: #diff52228 Ref: #diff52223
Node: equity52892 Node: equity52887
Ref: #equity53006 Ref: #equity53001
Node: interest54334 Node: interest54329
Ref: #interest54451 Ref: #interest54446
Node: irr57535 Node: irr57530
Ref: #irr57648 Ref: #irr57643
Node: print-unique60023 Node: print-unique60018
Ref: #print-unique60153 Ref: #print-unique60148
Node: rewrite60411 Node: rewrite60406
Ref: #rewrite60530 Ref: #rewrite60525
Node: ui61059 Node: ui61054
Ref: #ui61159 Ref: #ui61154
Node: web61200 Node: web61195
Ref: #web61288 Ref: #web61283
Node: TROUBLESHOOTING61321 Node: TROUBLESHOOTING61316
Ref: #troubleshooting61440 Ref: #troubleshooting61435
Node: Run-time problems61494 Node: Run-time problems61489
Ref: #run-time-problems61637 Ref: #run-time-problems61632
Node: Known limitations63581 Node: Known limitations63576
Ref: #known-limitations63724 Ref: #known-limitations63719
 
End Tag Table End Tag Table

View File

@ -213,7 +213,7 @@ OOPPTTIIOONNSS
hide accounts/postings deeper than N hide accounts/postings deeper than N
--EE ----eemmppttyy --EE ----eemmppttyy
show empty/zero things which are normally omitted show items with zero amount, normally hidden
--BB ----ccoosstt --BB ----ccoosstt
show amounts in their cost price's commodity show amounts in their cost price's commodity

View File

@ -71,7 +71,7 @@ Both of these must be written after the command name.
: hide accounts/postings deeper than N : hide accounts/postings deeper than N
`-E --empty ` `-E --empty `
: show empty/zero things which are normally omitted : show items with zero amount, normally hidden
`-B --cost ` `-B --cost `
: show amounts in their cost price's commodity : show amounts in their cost price's commodity