]> Git Repo - linux.git/commitdiff
kbuild: Move last word of nconfig help to the previous line
authorPetr Vorel <[email protected]>
Sat, 2 Jun 2018 09:08:03 +0000 (11:08 +0200)
committerMasahiro Yamada <[email protected]>
Tue, 5 Jun 2018 13:07:03 +0000 (22:07 +0900)
Signed-off-by: Petr Vorel <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
scripts/kconfig/Makefile

index 29a04714fc79cef7e1e2af9ccfd2e2f5a44eaf9d..a3ac2c91331c73e96edc6351177be5508b6713d7 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'
This page took 0.053499 seconds and 4 git commands to generate.