From 68a2e21474b66c8ef929e0aa36bf7f42f85ea4e2 Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Thu, 2 Feb 2017 09:13:59 -0800 Subject: help: use punctuation consistently --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c995728..22a5832 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,10 @@ help : @echo " Makefile targets:" @echo "" @echo " tools:" - @echo " Install compilation & debugging tools" + @echo " Install compilation & debugging tools." @echo "" @echo " uninstall:" - @echo " Uninstall the compilation & debugging tools" + @echo " Uninstall the compilation & debugging tools." @echo "" @echo " software [PROGRAM=$(DEFAULT_PROGRAM) BOARD=$(DEFAULT_BOARD)]:" @echo " Build a software program to load with the" @@ -26,7 +26,7 @@ help : @echo "" @echo " upload [PROGRAM=$(DEFAULT_PROGRAM) BOARD=$(DEFAULT_BOARD)]:" @echo " Launch OpenOCD to flash your program to the" - @echo " on-board Flash" + @echo " on-board Flash." @echo "" @echo " run_debug [PROGRAM=$(DEFAULT_PROGRAM) BOARD=$(DEFAULT_BOARD)]:" @echo " Launch OpenOCD & GDB to load or debug " -- cgit v1.2.1-18-gbd029