;fix:print: --help was indicating wrong --round default [#2318]

This commit is contained in:
Simon Michael 2025-01-21 23:14:43 -10:00
parent 5f3c3f3854
commit 4614300d6a

View File

@ -71,9 +71,9 @@ roundFlag = flagReq ["round"] (\s opts -> Right $ setopt "round" s opts) "TYPE"
intercalate "\n" intercalate "\n"
["how much rounding or padding should be done when displaying amounts ?" ["how much rounding or padding should be done when displaying amounts ?"
,"none - show original decimal digits," ,"none - show original decimal digits,"
," as in journal" ," as in journal (default)"
,"soft - just add or remove decimal zeros" ,"soft - just add or remove decimal zeros"
," to match precision (default)" ," to match precision"
,"hard - round posting amounts to precision" ,"hard - round posting amounts to precision"
," (can unbalance transactions)" ," (can unbalance transactions)"
,"all - also round cost amounts to precision" ,"all - also round cost amounts to precision"