mirror of
https://github.com/byReqz/stocheck.git
synced 2024-11-14 11:43:15 +00:00
Update stocheck.sh
This commit is contained in:
parent
73cdf4f2bd
commit
4967cc5d0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user