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:
parent
09932a466c
commit
9db3ebbce6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user