summaryrefslogtreecommitdiffstats
path: root/plugins/check_overcr.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
commited62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch)
treef479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_overcr.c
parent140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff)
downloadmonitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_overcr.c')
-rw-r--r--plugins/check_overcr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c
index 33003d9..6c3675b 100644
--- a/plugins/check_overcr.c
+++ b/plugins/check_overcr.c
@@ -447,13 +447,13 @@ print_help (void)
447 printf (_(UT_VERBOSE)); 447 printf (_(UT_VERBOSE));
448 printf ("\n"); 448 printf ("\n");
449 printf ("%s\n", _("Notes:")); 449 printf ("%s\n", _("Notes:"));
450 450
451 printf ("%s\n", _("For the available options, the critical threshold value should always be")); 451 printf (" %s\n", _("For the available options, the critical threshold value should always be"));
452 printf ("%s\n\n", _("higher than the warning threshold value, EXCEPT with the uptime variable")); 452 printf (" %s\n\n", _("higher than the warning threshold value, EXCEPT with the uptime variable"));
453 453
454 printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be")); 454 printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be"));
455 printf ("%s\n", _("running on the remote server.")); 455 printf ("%s\n", _("running on the remote server."));
456 printf ("%s\n", " Over-CR can be downloaded from http://www.molitor.org/overcr"); 456 printf ("%s\n", _("Over-CR can be downloaded from http://www.molitor.org/overcr"));
457 printf ("%s\n", _("This plugin was tested with version 0.99.53 of the Over-CR collector")); 457 printf ("%s\n", _("This plugin was tested with version 0.99.53 of the Over-CR collector"));
458 458
459 printf (_(UT_SUPPORT)); 459 printf (_(UT_SUPPORT));