;fix:print: --help was indicating wrong --round default [#2318]
This commit is contained in:
parent
5f3c3f3854
commit
4614300d6a
@ -71,9 +71,9 @@ roundFlag = flagReq ["round"] (\s opts -> Right $ setopt "round" s opts) "TYPE"
|
||||
intercalate "\n"
|
||||
["how much rounding or padding should be done when displaying amounts ?"
|
||||
,"none - show original decimal digits,"
|
||||
," as in journal"
|
||||
," as in journal (default)"
|
||||
,"soft - just add or remove decimal zeros"
|
||||
," to match precision (default)"
|
||||
," to match precision"
|
||||
,"hard - round posting amounts to precision"
|
||||
," (can unbalance transactions)"
|
||||
,"all - also round cost amounts to precision"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user