1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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