|
|
@@ -451,15 +451,15 @@ print_help (void)
|
|
|
printf ("\n");
|
|
|
printf ("%s\n", _("Notes:"));
|
|
|
|
|
|
- printf ("%s\n", _("For the available options, the critical threshold value should always be"));
|
|
|
+ printf ("%s\n", _("For the available options, the critical threshold value should always be"));
|
|
|
printf ("%s\n\n", _("higher than the warning threshold value, EXCEPT with the uptime variable"));
|
|
|
|
|
|
- printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be"));
|
|
|
- printf ("%s\n", _("running on the remote server. Over-CR can be downloaded from"));
|
|
|
- printf ("%s\n", _("http://www.molitor.org/overcr (This plugin was tested with version 0.99.53"));
|
|
|
- printf ("%s\n", _("of the Over-CR collector)"));
|
|
|
+ printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be"));
|
|
|
+ printf ("%s\n", _("running on the remote server."));
|
|
|
+ printf ("%s\n", " Over-CR can be downloaded from http://www.molitor.org/overcr");
|
|
|
+ printf ("%s\n", _("This plugin was tested with version 0.99.53 of the Over-CR collector"));
|
|
|
|
|
|
- printf (_(UT_SUPPORT));
|
|
|
+ printf (_(UT_SUPPORT));
|
|
|
}
|
|
|
|
|
|
|