1
0
mirror of https://github.com/byReqz/stocheck.git synced 2025-07-31 03:42:40 +00:00

Update stocheck.sh

This commit is contained in:
Nils
2021-01-24 20:52:00 +00:00
committed by GitHub
parent 73cdf4f2bd
commit 4967cc5d0a

View File

@@ -153,16 +153,16 @@ while [ -n "$1" ]; do
exit exit
fi fi
elif [[ "$1" == "--help" ]] || [[ "$1" == "-h" ]];then elif [[ "$1" == "--help" ]] || [[ "$1" == "-h" ]];then
echo "Usage: $0 (options) <ip> (y/n)" echo "Usage: $0 (options)"
echo "Options:" echo "Options:"
echo " -u/--update -- update the script" echo " -u/--update -- update the script"
echo " -h/--help -- show help" echo " -h/--help -- show help"
exit exit
else else
echo "Usage: $0 (options) <ip> (y/n)" echo "Usage: $0 (options)"
echo "Options:" echo "Options:"
echo " -u/--update -- update the script" echo " -u/--update -- update the script"
echo " -h/--help -- show help" echo " -h/--help -- show help"
exit exit
fi fi
done done