;imp:bal: improve --layout option description
This commit is contained in:
parent
d4884def4b
commit
d807d7bd0c
@ -359,10 +359,10 @@ 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 lay out multi-commodity amounts and the overall table:"
|
["how to lay out multi-commodity amounts and the overall table:"
|
||||||
,"'wide[,WIDTH]': commodities on one line"
|
,"'wide[,W]': commodities on same line, up to W wide"
|
||||||
,"'tall' : commodities on separate lines"
|
,"'tall' : commodities on separate lines"
|
||||||
,"'bare' : commodity symbols in one column"
|
,"'bare' : commodity symbols in a separate column"
|
||||||
,"'tidy' : every attribute in its own column"
|
,"'tidy' : each data field in its own column"
|
||||||
])
|
])
|
||||||
,flagReq ["base-url"] (\s opts -> Right $ setopt "base-url" s opts) "URLPREFIX" "in html output, generate links to hledger-web, with this prefix. (Usually the base url shown by hledger-web; can also be relative.)"
|
,flagReq ["base-url"] (\s opts -> Right $ setopt "base-url" s opts) "URLPREFIX" "in html output, generate links to hledger-web, with this prefix. (Usually the base url shown by hledger-web; can also be relative.)"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user