From 31f3e4dc2798e11471870625c3712d6d091f850e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 14 Apr 2012 20:33:15 +0000 Subject: [PATCH] balance: accept "bal" without complaining about ambiguity with balancesheet --- hledger/Hledger/Cli/Options.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Options.hs b/hledger/Hledger/Cli/Options.hs index f7eb3105d..ce4edadf3 100644 --- a/hledger/Hledger/Cli/Options.hs +++ b/hledger/Hledger/Cli/Options.hs @@ -181,7 +181,7 @@ testmode = (commandmode ["test"]) { } } -accountsmode = (commandmode ["balance","accounts"]) { +accountsmode = (commandmode ["balance","bal","accounts"]) { modeHelp = "(or accounts) show matched accounts and their balances" ,modeArgs = ([], Just commandargsflag) ,modeGroupFlags = Group {