diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-12-10 02:07:05 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-12-10 02:07:05 (GMT) |
commit | 731630047accc8c126dd097d55db24a6c6a1fd39 (patch) | |
tree | 42a4962837f46856dfd72ed1a4d98bc03824da3c /plugins/check_ntp_peer.c | |
parent | c0524a0f01adeb85a471f8c11127895866bb050c (diff) | |
download | monitoring-plugins-731630047accc8c126dd097d55db24a6c6a1fd39.tar.gz |
Some translations
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1854 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ntp_peer.c')
-rw-r--r-- | plugins/check_ntp_peer.c | 2 |
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):")); |