[monitoring-plugins] Remove useless (empty) print
Bernd Arnold <[email protected]> Thu, 26 Jul 2018 07:40:16 +0200 (CEST)
| Newsgroups | gmane.network.nagios.cvs |
|---|---|
| Message-ID | <20180726054016.14E0120084E8__37264.4494324506$1532583511$gmane$org@orwell.monitoring-plugins.org> |
Module: monitoring-plugins Branch: master Commit: b40d660bb38a7d43934c6c63962e3c50f524e55a Author: Bernd Arnold <[email protected]> Date: Sun Jun 17 09:19:55 2018 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b40d660 Remove useless (empty) print --- plugins-scripts/check_uptime.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins-scripts/check_uptime.pl b/plugins-scripts/check_uptime.pl index 9679a7c..b91ceea 100755 --- a/plugins-scripts/check_uptime.pl +++ b/plugins-scripts/check_uptime.pl @@ -267,7 +267,6 @@ sub print_help () { print "\n\n"; print "Note: -w and -c are required arguments.\n"; print " You can suffix both values with s for seconds (default), m (minutes), h (hours), d (days) or w (weeks).\n"; - print ""; print "\n\n"; support(); }