summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2006-12-12 19:09:40 +0100
committerAdrian Bunk <bunk@stusta.de>2006-12-12 19:09:40 +0100
commit5ea084ef9c7d0086e9902118c276d3a1187ba535 (patch)
tree4b698dc55a10ec6a26a7362eeb1c85f4e2086355 /Makefile
parentd23edbd3d596553db4ffac71a6e3745e85aee7cc (diff)
downloadlinux-3.10-5ea084ef9c7d0086e9902118c276d3a1187ba535.tar.gz
linux-3.10-5ea084ef9c7d0086e9902118c276d3a1187ba535.tar.bz2
linux-3.10-5ea084ef9c7d0086e9902118c276d3a1187ba535.zip
Use consistent casing in help message
Signed-off-by: Samuel Tardieu <sam@rfc1149.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73e825b39a0..4eabaa8afbf 100644
--- a/Makefile
+++ b/Makefile
@@ -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:'