[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1876] nagiosplug/trunk/plugins/check_nwstat.c
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Fri Dec 14 00:17:51 CET 2007
Revision: 1876
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1876&view=rev
Author: tonvoon
Date: 2007-12-13 15:17:51 -0800 (Thu, 13 Dec 2007)
Log Message:
-----------
Fixed help output (Christian Mies)
Modified Paths:
--------------
nagiosplug/trunk/plugins/check_nwstat.c
Modified: nagiosplug/trunk/plugins/check_nwstat.c
===================================================================
--- nagiosplug/trunk/plugins/check_nwstat.c 2007-12-13 23:12:09 UTC (rev 1875)
+++ nagiosplug/trunk/plugins/check_nwstat.c 2007-12-13 23:17:51 UTC (rev 1876)
@@ -1676,7 +1676,7 @@
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));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list