;imp: bal --layout: streamline help more (#1751)

This commit is contained in:
Simon Michael 2021-11-18 21:27:47 -10:00
parent 4b6fe2c0bd
commit 66b969a74c
2 changed files with 2 additions and 2 deletions

View File

@ -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"
]) ])

View File

@ -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"
]) ])