diff options
author | Megan Wachs <megan@sifive.com> | 2017-02-02 09:13:59 -0800 |
---|---|---|
committer | Megan Wachs <megan@sifive.com> | 2017-02-02 09:13:59 -0800 |
commit | 68a2e21474b66c8ef929e0aa36bf7f42f85ea4e2 (patch) | |
tree | e6b3b5d265797e0e40b14e790d4c52d374dacfda /Makefile | |
parent | b03acee657964f3c0268645b76ba8c3a3163c3fa (diff) |
help: use punctuation consistently
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 " |