diff --git a/Makefile b/Makefile index 98efefe8..382591e6 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ help: @echo 'format - run code formatters' @echo 'lint - run linters' @echo 'test - run unit tests' - @echo 'test - run unit tests' + @echo 'tests - run unit tests' @echo 'test TEST_FILE= - run all tests in file' @echo 'extended_tests - run only extended unit tests' @echo 'test_watch - run unit tests in watch mode'