diff options
-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 53ac2e08..37e92290 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)); } |