From 5a8e63d24dd28ae6e37ad42742327d0e925d7ac6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 14 Dec 2022 12:21:35 -1000 Subject: [PATCH] ;fix: bal: add missing --layout=tidy to help --- hledger/Hledger/Cli/Commands/Balance.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.hs b/hledger/Hledger/Cli/Commands/Balance.hs index 1900bd98b..e0c228fa2 100644 --- a/hledger/Hledger/Cli/Commands/Balance.hs +++ b/hledger/Hledger/Cli/Commands/Balance.hs @@ -320,10 +320,11 @@ balancemode = hledgerCommandMode ,flagNone ["transpose"] (setboolopt "transpose") "transpose rows and columns" ,flagReq ["layout"] (\s opts -> Right $ setopt "layout" s opts) "ARG" (unlines - ["how to show multi-commodity amounts:" - ,"'wide[,WIDTH]': all commodities on one line" - ,"'tall' : each commodity on a new line" - ,"'bare' : bare numbers, symbols in a column" + ["how to lay out multi-commodity amounts and the overall table:" + ,"'wide[,WIDTH]': commodities on one line" + ,"'tall' : commodities on separate lines" + ,"'bare' : commodity symbols in one column" + ,"'tidy' : every attribute in its own column" ]) ,outputFormatFlag ["txt","html","csv","json"] ,outputFileFlag