瀏覽代碼

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>
Petr Vorel 7 年之前
父節點
當前提交
bb6d83dde1
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      scripts/kconfig/Makefile

+ 1 - 2
scripts/kconfig/Makefile

@@ -128,8 +128,7 @@ clean-dirs += tests/.cache
 # Help text used by make help
 # Help text used by make help
 help:
 help:
 	@echo  '  config	  - Update current config utilising a line-oriented program'
 	@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  '  menuconfig	  - Update current config utilising a menu based program'
 	@echo  '  xconfig	  - Update current config utilising a Qt based front-end'
 	@echo  '  xconfig	  - Update current config utilising a Qt based front-end'
 	@echo  '  gconfig	  - Update current config utilising a GTK+ based front-end'
 	@echo  '  gconfig	  - Update current config utilising a GTK+ based front-end'