diff options
author | pbing <bernd.beuster@gmail.com> | 2017-09-22 19:19:58 +0200 |
---|---|---|
committer | Megan Wachs <megan@sifive.com> | 2017-09-22 10:19:58 -0700 |
commit | f584c01fafd402e004682c160fd66e8b78a5c496 (patch) | |
tree | dafe3b9f8f46e36526c5c4435343849137880de0 /Makefile | |
parent | 9da0958bcb48f08e69f9099d9741735dcd44de0b (diff) |
Fix typo in help (#75)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ help: @echo " Launch OpenOCD or GDB seperately. Allows Ctrl-C to halt running" @echo " programs." @echo "" - @echo " dasm [PROGRAM=$(BOARD)]:" + @echo " dasm [PROGRAM=$(PROGRAM)]:" @echo " Generates the dissassembly output of 'objdump -D' to stdout." @echo "" @echo " For more information, visit dev.sifive.com" |