From 28c69c21ad5b94164c64dcadd874bb409c20e106 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 10 Oct 2013 22:54:00 +0200 Subject: [PATCH] Fix error msg in process_check_result helper. --- test/externalcommands/process_check_result | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/externalcommands/process_check_result b/test/externalcommands/process_check_result index 51abce1ae..36b3a9432 100755 --- a/test/externalcommands/process_check_result +++ b/test/externalcommands/process_check_result @@ -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