summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Arnold <wopfel@gmail.com>2018-06-17 07:19:55 (GMT)
committerBernd Arnold <wopfel@gmail.com>2018-06-17 07:19:55 (GMT)
commitb40d660bb38a7d43934c6c63962e3c50f524e55a (patch)
treeb68c7fc7f58d1e44afe82bdb7881fe0944142f47
parent0b9c85109b3b929993f0afa16cb069e67e94e872 (diff)
downloadmonitoring-plugins-b40d660bb38a7d43934c6c63962e3c50f524e55a.tar.gz
Remove useless (empty) print
-rwxr-xr-xplugins-scripts/check_uptime.pl1
1 files changed, 0 insertions, 1 deletions
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 () {
267 print "\n\n"; 267 print "\n\n";
268 print "Note: -w and -c are required arguments.\n"; 268 print "Note: -w and -c are required arguments.\n";
269 print " You can suffix both values with s for seconds (default), m (minutes), h (hours), d (days) or w (weeks).\n"; 269 print " You can suffix both values with s for seconds (default), m (minutes), h (hours), d (days) or w (weeks).\n";
270 print "";
271 print "\n\n"; 270 print "\n\n";
272 support(); 271 support();
273} 272}