]> granicus.if.org Git - icinga2/commitdiff
Fix error msg in process_check_result helper.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Thu, 10 Oct 2013 20:54:00 +0000 (22:54 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Thu, 10 Oct 2013 20:54:00 +0000 (22:54 +0200)
test/externalcommands/process_check_result

index 51abce1ae410d86bae5259d2086e78d2400a61da..36b3a9432dc02728bbf67aee2b0b5729c30098eb 100755 (executable)
@@ -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