This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-02 23:30:27 +00:00
parent 60a0c1fac1
commit 6d059a2d56
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,7 @@ STATE_DEPENDENT=4
TEMPFILE=`mktemp` TEMPFILE=`mktemp`
alias print_revision=echo
print_usage() { print_usage() {
echo "" echo ""
@ -68,7 +69,6 @@ print_help() {
echo "" echo ""
echo "This plugin checks hardware status for HP Proliant servers using HPACUCLI utility." echo "This plugin checks hardware status for HP Proliant servers using HPACUCLI utility."
echo "" echo ""
support
exit 0 exit 0
} }