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