diff --git a/Makefile b/Makefile index 3290697..3df3ffb 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ help: printf '\nmake [all|poc|dockerpoc|build|dockerbuild|run|dockerrun]\n\n' printf '\tall\t\tbuilds, runs and uploads the experiment results\n' printf '\tpoc\t\tbuilds and runs a v1/v2 PoC\n' - printf '\tdockerpoc\t\tbuilds and runs a v1/v2 PoC\n' + printf '\tdockerpoc\tbuilds and runs a v1/v2 PoC\n' printf '\tbuild\t\tbuilds the experiment programs\n' printf '\tdockerbuild\tbuilds the experiment programs within a container\n' printf '\trun\t\texecute the experiment\n'