Typo in help

This commit is contained in:
Samuel Aubertin 2022-04-13 17:37:13 +02:00
parent 09d9b7ef31
commit 2161eaf38b

View File

@ -168,7 +168,7 @@ help:
printf '\nmake [all|poc|dockerpoc|build|dockerbuild|run|dockerrun]\n\n' printf '\nmake [all|poc|dockerpoc|build|dockerbuild|run|dockerrun]\n\n'
printf '\tall\t\tbuilds, runs and uploads the experiment results\n' printf '\tall\t\tbuilds, runs and uploads the experiment results\n'
printf '\tpoc\t\tbuilds and runs a v1/v2 PoC\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 '\tbuild\t\tbuilds the experiment programs\n'
printf '\tdockerbuild\tbuilds the experiment programs within a container\n' printf '\tdockerbuild\tbuilds the experiment programs within a container\n'
printf '\trun\t\texecute the experiment\n' printf '\trun\t\texecute the experiment\n'