diff -r 687f86f2a01c -r 1e91bf61f215 kconfig/Makefile --- a/kconfig/Makefile Sat Feb 24 19:17:40 2007 +0000 +++ b/kconfig/Makefile Sun Mar 04 22:37:11 2007 +0000 @@ -27,9 +27,9 @@ # Help text used by make help help:: @echo 'General purpose configuration targets:' - @echo ' config - Update current config utilising a line-oriented program' - @echo ' menuconfig - Update current config utilising a menu based program' - @echo ' oldconfig - Update current config utilising a provided .config as base' + @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 @echo 'Preconfigured configuration targets:' @for s in $(SAMPLES_CONFIG); do \