From ab857fba344617014e704f46ca897af04c685f1d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 8 Jul 2010 23:18:52 +0000 Subject: [PATCH] webyesod: gah! include web command in --help with -fwebyesod --- Hledger/Cli/Options.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hledger/Cli/Options.hs b/Hledger/Cli/Options.hs index 1e5493d3b..6904c830e 100644 --- a/Hledger/Cli/Options.hs +++ b/Hledger/Cli/Options.hs @@ -38,7 +38,7 @@ usagehdr = #ifdef VTY " vty - run a simple curses-style UI\n" ++ #endif -#ifdef WEB +#if defined(WEB) || defined(WEBYESOD) " web - run a simple web-based UI\n" ++ #endif #ifdef CHART