diff --git a/Makefile b/Makefile index adfe90d..3de9f8a 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ help: @awk '/^[a-zA-Z\-\_0-9]+:/ { \ helpMessage = match(lastLine, /^# (.*)/); \ if (helpMessage) { \ - helpCommand = substr($$1, 0, index($$1, ":")-1); \ + helpCommand = substr($$1, 0, index($$1, ":")); \ helpMessage = substr(lastLine, RSTART + 2, RLENGTH); \ printf "\033[36m%-22s\033[0m %s\n", helpCommand,helpMessage; \ } \