Commit 5ea084ef authored by Samuel Tardieu's avatar Samuel Tardieu Committed by Adrian Bunk

Use consistent casing in help message

Signed-off-by: default avatarSamuel Tardieu <sam@rfc1149.net>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent d23edbd3
...@@ -1100,9 +1100,9 @@ boards := $(notdir $(boards)) ...@@ -1100,9 +1100,9 @@ boards := $(notdir $(boards))
help: help:
@echo 'Cleaning targets:' @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 ' 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 ' distclean - mrproper + remove editor backup and patch files'
@echo '' @echo ''
@echo 'Configuration targets:' @echo 'Configuration targets:'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment