fix usage text

This commit is contained in:
2020-07-11 11:16:19 +02:00
committed by Der_Leopold
parent 9cc00ea637
commit 8666dcdc00

View File

@ -22,7 +22,7 @@ function print_usage () {
echo ""
echo "Usage:"
echo ""
echo " readOutput <LuftTemp|Wassertemp|BodenTemp>"
echo " parseOutput <LuftTemp|WasserTemp|BodenTemp>"
echo ""
}