;imp: bal --layout: streamline help more (#1751)
This commit is contained in:
parent
4b6fe2c0bd
commit
66b969a74c
@ -321,7 +321,7 @@ balancemode = hledgerCommandMode
|
|||||||
,flagReq ["layout"] (\s opts -> Right $ setopt "layout" s opts) "ARG"
|
,flagReq ["layout"] (\s opts -> Right $ setopt "layout" s opts) "ARG"
|
||||||
(unlines
|
(unlines
|
||||||
["how to show multi-commodity amounts:"
|
["how to show multi-commodity amounts:"
|
||||||
,"'wide[,WIDTH]': all commodities on one line [elided at WIDTH]"
|
,"'wide[,WIDTH]': all commodities on one line"
|
||||||
,"'tall' : each commodity on a new line"
|
,"'tall' : each commodity on a new line"
|
||||||
,"'bare' : bare numbers, symbols in a column"
|
,"'bare' : bare numbers, symbols in a column"
|
||||||
])
|
])
|
||||||
|
|||||||
@ -87,7 +87,7 @@ compoundBalanceCommandMode CompoundBalanceCommandSpec{..} =
|
|||||||
,flagReq ["layout"] (\s opts -> Right $ setopt "layout" s opts) "ARG"
|
,flagReq ["layout"] (\s opts -> Right $ setopt "layout" s opts) "ARG"
|
||||||
(unlines
|
(unlines
|
||||||
["how to show multi-commodity amounts:"
|
["how to show multi-commodity amounts:"
|
||||||
,"'wide[,WIDTH]': all commodities on one line [elided at WIDTH]"
|
,"'wide[,WIDTH]': all commodities on one line"
|
||||||
,"'tall' : each commodity on a new line"
|
,"'tall' : each commodity on a new line"
|
||||||
,"'bare' : bare numbers, symbols in a column"
|
,"'bare' : bare numbers, symbols in a column"
|
||||||
])
|
])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user