Re: [kbuild-devel] help text on choices

2007-07-14 Thread Sam Ravnborg
On Tue, Jul 10, 2007 at 04:30:30PM -0500, Mike Frysinger wrote: > ive always wondered about this but never got around to asking ;) > > is the help text on the top level choice supposed to be usable ? for example: > choice > prompt "you [may] have a choice" > default YES > help >

[kbuild-devel] help text on choices

2007-07-10 Thread Mike Frysinger
ive always wondered about this but never got around to asking ;) is the help text on the top level choice supposed to be usable ? for example: choice prompt "you [may] have a choice" default YES help This help text is never viewable :( config YES bool "yes" help Th