summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2018-06-02 05:08:03 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-05 09:07:03 -0400
commitbb6d83dde1913ef5023998976127b9b30f7825b9 (patch)
tree1adf17f8e116c3ce159b416e03a3028496fc37ba /scripts
parentd6a0c8a1326bb54c5518f8a343a6b09056c43b36 (diff)
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')
-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
128# Help text used by make help 128# Help text used by make help
129help: 129help:
130 @echo ' config - Update current config utilising a line-oriented program' 130 @echo ' config - Update current config utilising a line-oriented program'
131 @echo ' nconfig - Update current config utilising a ncurses menu based' 131 @echo ' nconfig - Update current config utilising a ncurses menu based program'
132 @echo ' program'
133 @echo ' menuconfig - Update current config utilising a menu based program' 132 @echo ' menuconfig - Update current config utilising a menu based program'
134 @echo ' xconfig - Update current config utilising a Qt based front-end' 133 @echo ' xconfig - Update current config utilising a Qt based front-end'
135 @echo ' gconfig - Update current config utilising a GTK+ based front-end' 134 @echo ' gconfig - Update current config utilising a GTK+ based front-end'