Fix error msg in process_check_result helper.

This commit is contained in:
Michael Friedrich 2013-10-10 22:54:00 +02:00
parent 99874a9eee
commit 28c69c21ad
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ done
DATETIME=`date +%s`
if [ -z "$HOST" ]; then
echo "Host name missing. Please use -h with a valid host name."
echo "Host name missing. Please use -H with a valid host name."
usage
exit 1;
fi