From: Ton Voon Date: Thu, 13 Dec 2007 23:17:51 +0000 (+0000) Subject: Fixed help output (Christian Mies) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5640aa07577fabbb9a250bc63fafff16dffd9dfb;p=nagiosplug.git Fixed help output (Christian Mies) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1876 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c index 53ac2e0..37e9229 100644 --- a/plugins/check_nwstat.c +++ b/plugins/check_nwstat.c @@ -1676,7 +1676,7 @@ void print_help(void) printf (" %s\n", _(" (available from http://www.engr.wisc.edu/~drews/mrtg/)")); printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds")); printf (" %s\n", _(" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, ")); - printf (" %S\n", _(" TCB, LRUS and LRUM.\n")); + printf (" %s\n", _(" TCB, LRUS and LRUM.\n")); printf (_(UT_SUPPORT)); }