summary refs log tree commit diff
path: root/scripts/kconfig/Makefile
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2018-06-02 11:08:03 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-05 22:07:03 +0900
commitbb6d83dde1913ef5023998976127b9b30f7825b9 (patch)
tree1adf17f8e116c3ce159b416e03a3028496fc37ba /scripts/kconfig/Makefile
parentd6a0c8a1326bb54c5518f8a343a6b09056c43b36 (diff)
downloadlinux-bb6d83dde1913ef5023998976127b9b30f7825b9.tar.gz
kbuild: Move last word of nconfig help to the previous line
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig/Makefile')
-rw-r--r--scripts/kconfig/Makefile3
1 files changed, 1 insertions, 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'