Use consistent casing in help message
[deliverable/linux.git] / Makefile
index 73e825b39a08d29da3ae24c630f0684f4c31f7c2..4eabaa8afbfff4b4d82abe95258bb7fdad27a243 100644 (file)
--- 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:'
This page took 0.051906 seconds and 5 git commands to generate.