From: Petr Vorel Date: Sat, 2 Jun 2018 09:08:03 +0000 (+0200) Subject: kbuild: Move last word of nconfig help to the previous line X-Git-Tag: v4.18-rc1~125^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bb6d83dde1913ef5023998976127b9b30f7825b9;p=uclinux-h8%2Flinux.git kbuild: Move last word of nconfig help to the previous line Signed-off-by: Petr Vorel Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 29a04714fc79..a3ac2c91331c 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -128,8 +128,7 @@ clean-dirs += tests/.cache # Help text used by make help help: @echo ' config - Update current config utilising a line-oriented program' - @echo ' nconfig - Update current config utilising a ncurses menu based' - @echo ' program' + @echo ' nconfig - Update current config utilising a ncurses menu based program' @echo ' menuconfig - Update current config utilising a menu based program' @echo ' xconfig - Update current config utilising a Qt based front-end' @echo ' gconfig - Update current config utilising a GTK+ based front-end'