summaryrefslogtreecommitdiffstats
path: root/plugins/check_ntp_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ntp_peer.c')
-rw-r--r--plugins/check_ntp_peer.c2
1 files changed, 1 insertions, 1 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):"));