summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-10-16 12:24:34 +0300
committerDevaev Maxim <[email protected]>2020-10-16 12:24:34 +0300
commit9860ed0871a8ae00018c9e99340d904815e70a25 (patch)
tree4f41afc9f42fd289c8d7b3580c5b51f8c787da6a
parentc4dfa728d3bc792b447343a4f242f18a7bedbd1f (diff)
typo
-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"