dect
/
linux-2.6
Archived
13
0
Fork 0

Use consistent casing in help message

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Samuel Tardieu 2006-12-12 19:09:40 +01:00 committed by Adrian Bunk
parent d23edbd3d5
commit 5ea084ef9c
1 changed files with 2 additions and 2 deletions

View File

@ -1100,9 +1100,9 @@ boards := $(notdir $(boards))
help:
@echo 'Cleaning targets:'
@echo ' clean - remove most generated files but keep the config and'
@echo ' clean - Remove most generated files but keep the config and'
@echo ' enough build support to build external modules'
@echo ' mrproper - remove all generated files + config + various backup files'
@echo ' mrproper - Remove all generated files + config + various backup files'
@echo ' distclean - mrproper + remove editor backup and patch files'
@echo ''
@echo 'Configuration targets:'