webyesod: gah! include web command in --help with -fwebyesod
This commit is contained in:
parent
7e83ac3796
commit
ab857fba34
@ -38,7 +38,7 @@ usagehdr =
|
|||||||
#ifdef VTY
|
#ifdef VTY
|
||||||
" vty - run a simple curses-style UI\n" ++
|
" vty - run a simple curses-style UI\n" ++
|
||||||
#endif
|
#endif
|
||||||
#ifdef WEB
|
#if defined(WEB) || defined(WEBYESOD)
|
||||||
" web - run a simple web-based UI\n" ++
|
" web - run a simple web-based UI\n" ++
|
||||||
#endif
|
#endif
|
||||||
#ifdef CHART
|
#ifdef CHART
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user