From e4782d1184d68550bebf19dcba8a50b3b392b26e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Sep 2017 10:04:52 -0700 Subject: [PATCH] bin: budget: info, man are no more --- bin/hledger-budget.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/hledger-budget.hs b/bin/hledger-budget.hs index 2e852028c..0b7ab5223 100755 --- a/bin/hledger-budget.hs +++ b/bin/hledger-budget.hs @@ -155,9 +155,7 @@ budgetFlags = actions :: [(Mode RawOpts, CliOpts -> IO ())] actions = first injectBudgetFlags <$> - [ (manmode, man) - , (infomode, info') - , (balancemode, flip withJournalDo' balance) + [ (balancemode, flip withJournalDo' balance) , (balancesheetmode, flip withJournalDo' balancesheet) , (cashflowmode, flip withJournalDo' cashflow) , (incomestatementmode, flip withJournalDo' incomestatement)