summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}