kbuild: Move last word of nconfig help to the previous line
authorPetr Vorel <pvorel@suse.cz>
Sat, 2 Jun 2018 09:08:03 +0000 (11:08 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 5 Jun 2018 13:07:03 +0000 (22:07 +0900)
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/Makefile

index 29a0471..a3ac2c9 100644 (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'