diff --git a/bin/hledger-smooth.hs b/bin/hledger-smooth.hs index 5e3e2134b..074fc4b13 100755 --- a/bin/hledger-smooth.hs +++ b/bin/hledger-smooth.hs @@ -59,7 +59,7 @@ main = do let copts' = copts{ -- One of our postings will probably have a missing amount; this ensures it's -- 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 ,reportopts_=ropts{query_=""} }