ui: tweak --change help
This commit is contained in:
parent
6dd406779b
commit
3387b45a90
@ -30,7 +30,7 @@ uiflags = [
|
|||||||
,flagReq ["theme"] (\s opts -> Right $ setopt "theme" s opts) "THEME" ("use this custom display theme ("++intercalate ", " themeNames++")")
|
,flagReq ["theme"] (\s opts -> Right $ setopt "theme" s opts) "THEME" ("use this custom display theme ("++intercalate ", " themeNames++")")
|
||||||
,flagReq ["register"] (\s opts -> Right $ setopt "register" s opts) "ACCTREGEX" "start in the (first) matched account's register"
|
,flagReq ["register"] (\s opts -> Right $ setopt "register" s opts) "ACCTREGEX" "start in the (first) matched account's register"
|
||||||
,flagNone ["change"] (\opts -> setboolopt "change" opts)
|
,flagNone ["change"] (\opts -> setboolopt "change" opts)
|
||||||
"show period balances (changes) at startup"
|
"show period balances (changes) at startup instead of historical balances"
|
||||||
-- ,flagNone ["cumulative"] (\opts -> setboolopt "cumulative" opts)
|
-- ,flagNone ["cumulative"] (\opts -> setboolopt "cumulative" opts)
|
||||||
-- "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)
|
||||||
|
|||||||
@ -55,7 +55,7 @@ start in the (first) matched account\[aq]s register screen
|
|||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \f[C]\-\-change\f[]
|
.B \f[C]\-\-change\f[]
|
||||||
show period balances (changes) at startup
|
show period balances (changes) at startup instead of historical balances
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
@ -47,7 +47,8 @@ the data.
|
|||||||
start in the (first) matched account's register screen
|
start in the (first) matched account's register screen
|
||||||
|
|
||||||
`--change'
|
`--change'
|
||||||
show period balances (changes) at startup
|
show period balances (changes) at startup instead of historical
|
||||||
|
balances
|
||||||
|
|
||||||
`--flat'
|
`--flat'
|
||||||
show full account names, unindented
|
show full account names, unindented
|
||||||
@ -357,17 +358,17 @@ Tag Table:
|
|||||||
Node: Top88
|
Node: Top88
|
||||||
Node: OPTIONS823
|
Node: OPTIONS823
|
||||||
Ref: #options922
|
Ref: #options922
|
||||||
Node: KEYS3909
|
Node: KEYS3945
|
||||||
Ref: #keys4006
|
Ref: #keys4042
|
||||||
Node: SCREENS6407
|
Node: SCREENS6443
|
||||||
Ref: #screens6494
|
Ref: #screens6530
|
||||||
Node: Accounts screen6584
|
Node: Accounts screen6620
|
||||||
Ref: #accounts-screen6714
|
Ref: #accounts-screen6750
|
||||||
Node: Register screen8752
|
Node: Register screen8788
|
||||||
Ref: #register-screen8909
|
Ref: #register-screen8945
|
||||||
Node: Transaction screen10797
|
Node: Transaction screen10833
|
||||||
Ref: #transaction-screen10957
|
Ref: #transaction-screen10993
|
||||||
Node: Error screen11824
|
Node: Error screen11860
|
||||||
Ref: #error-screen11948
|
Ref: #error-screen11984
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|||||||
@ -59,7 +59,7 @@ Any QUERYARGS are interpreted as a hledger search query which filters the data.
|
|||||||
: start in the (first) matched account's register screen
|
: start in the (first) matched account's register screen
|
||||||
|
|
||||||
`--change`
|
`--change`
|
||||||
: show period balances (changes) at startup
|
: show period balances (changes) at startup instead of historical balances
|
||||||
|
|
||||||
`--flat`
|
`--flat`
|
||||||
: show full account names, unindented
|
: show full account names, unindented
|
||||||
|
|||||||
@ -45,7 +45,8 @@ OPTIONS
|
|||||||
start in the (first) matched account's register screen
|
start in the (first) matched account's register screen
|
||||||
|
|
||||||
--change
|
--change
|
||||||
show period balances (changes) at startup
|
show period balances (changes) at startup instead of historical
|
||||||
|
balances
|
||||||
|
|
||||||
--flat show full account names, unindented
|
--flat show full account names, unindented
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user