summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c132e9f3..b9cf0326 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ endef
all:
@ echo "Useful commands:"
@ echo " make # Print this help"
- @ echo " make textenv # Build test environment"
+ @ echo " make testenv # Build test environment"
@ echo " make tox # Run tests and linters"
@ echo " make tox E=pytest # Run selected test environment"
@ echo " make gpio # Create gpio mockup"