add happs command to --help

This commit is contained in:
Simon Michael 2009-01-20 04:31:34 +00:00
parent f910357093
commit aed74a9ef9

View File

@ -46,6 +46,9 @@ usagehdr = "Usage: hledger [OPTION] COMMAND [ACCTPATTERNS] [-- DESCPATTERNS]\
#endif
#ifdef ANSI
" ansi - run a simple ansi-based text ui\n" ++
#endif
#ifdef HAPPS
" happs - run a web server providing a minimal web ui\n" ++
#endif
"\n" ++
"Options (before command, unless using --options-anywhere):"