diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index 1c4702c..fbe278c 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c | |||
@@ -661,7 +661,7 @@ void print_help(void){ | |||
661 | 661 | ||
662 | printf("\n"); | 662 | printf("\n"); |
663 | printf("%s\n", _("Examples:")); | 663 | printf("%s\n", _("Examples:")); |
664 | printf(" %s\n", _("Normal NTP server check:")); | 664 | printf(" %s\n", _("Simple NTP server check:")); |
665 | printf(" %s\n", ("./check_ntp_peer -H ntpserv -w 0.5 -c 1")); | 665 | printf(" %s\n", ("./check_ntp_peer -H ntpserv -w 0.5 -c 1")); |
666 | printf(" %s\n", _("Check jitter too, avoiding critical notifications if jitter isn't available")); | 666 | printf(" %s\n", _("Check jitter too, avoiding critical notifications if jitter isn't available")); |
667 | printf(" %s\n", _("(See Notes above for more details on thresholds formats):")); | 667 | printf(" %s\n", _("(See Notes above for more details on thresholds formats):")); |