Add -h option

This commit is contained in:
David Houdek 2023-10-09 22:26:19 +02:00
parent 3b75c9ac12
commit 05fbe26959

View File

@ -18,6 +18,12 @@ elif [[ $1 == "-r" ]]; then
fi
elif [[ $1 == "-h" ]]; then
echo "iottadd.sh < -l | -r > < id > < pass >
-l for usage on local machine
-r for usage on server (remote)"
else
echo -e $RED"Expected \"-l\" or \"-r\""$RESET