summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpbing <bernd.beuster@gmail.com>2017-09-22 19:19:58 +0200
committerMegan Wachs <megan@sifive.com>2017-09-22 10:19:58 -0700
commitf584c01fafd402e004682c160fd66e8b78a5c496 (patch)
treedafe3b9f8f46e36526c5c4435343849137880de0 /Makefile
parent9da0958bcb48f08e69f9099d9741735dcd44de0b (diff)
Fix typo in help (#75)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11f239f..7014674 100644
--- a/Makefile
+++ b/Makefile
@@ -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"