From ed62784a0b68959fd13fe5bc53a5aef4f17fbffa Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Sun, 27 Apr 2008 14:35:26 +0000 Subject: --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 --- plugins/check_overcr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/check_overcr.c') diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index 33003d97..6c3675bf 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c @@ -447,13 +447,13 @@ print_help (void) printf (_(UT_VERBOSE)); printf ("\n"); printf ("%s\n", _("Notes:")); - - 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", _("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.")); - printf ("%s\n", " Over-CR can be downloaded from http://www.molitor.org/overcr"); + 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)); -- cgit v1.2.3-74-g34f1