diff -r 148f0a31e2d8 -r d647d0e6021e kconfig/kconfig.mk --- a/kconfig/kconfig.mk Sun Jul 22 17:44:27 2007 +0000 +++ b/kconfig/kconfig.mk Wed Aug 15 14:59:37 2007 +0000 @@ -74,11 +74,11 @@ # Help text used by make help help-config:: - @echo ' config - Update current config using a line-oriented program' - @echo ' menuconfig - Update current config using a menu based program' - @echo ' oldconfig - Update current config using a provided .config as base' - @echo ' extractconfig - Create a new config using options extracted from a' - @echo ' build log piped into stdin' + @echo ' config - Update current config using a line-oriented program' + @echo ' menuconfig - Update current config using a menu based program' + @echo ' oldconfig - Update current config using a provided .config as base' + @echo ' extractconfig - Create a new config using options extracted from a' + @echo ' build log piped into stdin' # Cheesy build