Skip to content

Commit fa75a72

Browse files
geertumichal42
authored andcommitted
kconfig: Wrap long "make help" text lines
Some "make help" text lines extend beyond 80 characters. Wrap them at 79 characters. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Michal Marek <mmarek@suse.cz>
1 parent 39c3f1b commit fa75a72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/kconfig/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ tinyconfig:
122122
# Help text used by make help
123123
help:
124124
@echo ' config - Update current config utilising a line-oriented program'
125-
@echo ' nconfig - Update current config utilising a ncurses menu based program'
125+
@echo ' nconfig - Update current config utilising a ncurses menu based'
126+
@echo ' program'
126127
@echo ' menuconfig - Update current config utilising a menu based program'
127128
@echo ' xconfig - Update current config utilising a Qt based front-end'
128129
@echo ' gconfig - Update current config utilising a GTK+ based front-end'
@@ -138,7 +139,8 @@ help:
138139
@echo ' alldefconfig - New config with all symbols set to default'
139140
@echo ' randconfig - New config with random answer to all options'
140141
@echo ' listnewconfig - List new options'
141-
@echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their default value'
142+
@echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their'
143+
@echo ' default value'
142144
@echo ' kvmconfig - Enable additional options for guest kernel support'
143145
@echo ' tinyconfig - Configure the tiniest possible kernel'
144146

0 commit comments

Comments
 (0)