From bb6d83dde1913ef5023998976127b9b30f7825b9 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Sat, 2 Jun 2018 11:08:03 +0200 Subject: [PATCH] kbuild: Move last word of nconfig help to the previous line Signed-off-by: Petr Vorel Signed-off-by: Masahiro Yamada --- scripts/kconfig/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'