Skip to content

Commit

Permalink
Use consistent casing in help message
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Tardieu <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
samueltardieu authored and AdrianBunk committed Dec 12, 2006
1 parent d23edbd commit 5ea084e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:'
Expand Down

0 comments on commit 5ea084e

Please sign in to comment.