From: Li Zefan on 7 May 2010 02:00 Suggested-by: Randy Dunlap <randy.dunlap(a)oracle.com> Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- scripts/kconfig/mconf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 33f31eb..7ca6e8e 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -74,7 +74,7 @@ static const char mconf_readme[] = N_( "\n" " Shortcut: Press <H> or <?>.\n" "\n" -"o To show hidden options, press <Z>.\n" +"o To toggle the display of hidden options, press <Z>.\n" "\n" "\n" "Radiolists (Choice lists)\n" -- 1.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH v2 7/8] xconfig: clean up Next: [PATCH v2 6/8] gconfig: fix null pointer warning |