diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-12-13 23:17:51 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-12-13 23:17:51 (GMT) |
commit | 5640aa07577fabbb9a250bc63fafff16dffd9dfb (patch) | |
tree | 54f0911fbf5727d16399bcb6d2a8e1cc2038501f | |
parent | 18a3f81c12930ee71ef4107c7a5b5a74a94e0701 (diff) | |
download | monitoring-plugins-5640aa07577fabbb9a250bc63fafff16dffd9dfb.tar.gz |
Fixed help output (Christian Mies)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1876 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_nwstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
1676 | printf (" %s\n", _(" (available from http://www.engr.wisc.edu/~drews/mrtg/)")); | 1676 | printf (" %s\n", _(" (available from http://www.engr.wisc.edu/~drews/mrtg/)")); |
1677 | printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds")); | 1677 | printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds")); |
1678 | printf (" %s\n", _(" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, ")); | 1678 | printf (" %s\n", _(" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, ")); |
1679 | printf (" %S\n", _(" TCB, LRUS and LRUM.\n")); | 1679 | printf (" %s\n", _(" TCB, LRUS and LRUM.\n")); |
1680 | 1680 | ||
1681 | printf (_(UT_SUPPORT)); | 1681 | printf (_(UT_SUPPORT)); |
1682 | } | 1682 | } |