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