Improve check-url.sh script documentation

The script's usage message has been updated to reflect the correct functionality of the script. The previous message was incorrect and referred to disk usage instead of checking if a URL is available.
This commit is contained in:
Jeroen De Meerleer 2023-05-31 17:05:53 +02:00
parent 09932a466c
commit 9db3ebbce6
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6

View File

@ -5,7 +5,7 @@
#/ Usage:
#/ check-url.sh --proxy=<proxy-url> --warning=<level> --critical=<level> <URL>
#/
#/ Checks the disk usage
#/ Checks if URL is available
#/
#/ Options:
#/ -p, --proxy=<proxy-url> The proxy server to use