1 changed file
ssl_verify_cert.sh | ||
Add comment 37
Add comment 38 # used by usage() in lib/utils.sh
Add comment 39 # shellcheck disable=SC2034
Add comment 40 Minus usage_args="host1[:port] [ host2:[:port]] [host3:[port]] ... ]"
Add comment 40 Plus usage_args="host1[:port] [ host2:[:port]] [host3[:port]] ... ]"
Add comment 41
Add comment 42 help_usage "$@"
Add comment 43