1
0
Fork 0

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>
zero-colors
Petr Vorel 2018-06-02 11:08:03 +02:00 committed by Masahiro Yamada
parent d6a0c8a132
commit bb6d83dde1
1 changed files with 1 additions and 2 deletions

View File

@ -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'