;imp:cli: improve help for --pretty
This commit is contained in:
parent
6d47530ebc
commit
6f17d133dd
@ -226,7 +226,7 @@ reportflags = [
|
|||||||
,flagReq ["commodity-style", "c"] (\s opts -> Right $ setopt "commodity-style" s opts) "S"
|
,flagReq ["commodity-style", "c"] (\s opts -> Right $ setopt "commodity-style" s opts) "S"
|
||||||
"Override a commodity's display style.\nEg: -c '$1000.' or -c '1.000,00 EUR'"
|
"Override a commodity's display style.\nEg: -c '$1000.' or -c '1.000,00 EUR'"
|
||||||
,flagOpt "yes" ["pretty"] (\s opts -> Right $ setopt "pretty" s opts) "YN"
|
,flagOpt "yes" ["pretty"] (\s opts -> Right $ setopt "pretty" s opts) "YN"
|
||||||
"Use box-drawing characters in text output? Can be\n'y'/'yes' or 'n'/'no'.\nIf YN is specified, the equals is required."
|
"Use box-drawing characters in text output? The optional 'y'/'yes' or 'n'/'no' arg requires =."
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
valuationprefix = "valuation mode: "
|
valuationprefix = "valuation mode: "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user