bin: smooth: update for current lib (RawOpts)
[ci skip]
This commit is contained in:
parent
f1f32e8341
commit
8efae769c0
@ -59,7 +59,7 @@ main = do
|
|||||||
let copts' = copts{
|
let copts' = copts{
|
||||||
-- One of our postings will probably have a missing amount; this ensures it's
|
-- One of our postings will probably have a missing amount; this ensures it's
|
||||||
-- explicit on all the others.
|
-- explicit on all the others.
|
||||||
rawopts_=("explicit",""):rawopts_
|
rawopts_=setboolopt "explicit" rawopts_
|
||||||
-- Don't let our ACCT argument be interpreted as a query by print
|
-- Don't let our ACCT argument be interpreted as a query by print
|
||||||
,reportopts_=ropts{query_=""}
|
,reportopts_=ropts{query_=""}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user