Code

Added text re: MD5SUM updates in nightlies, but tarballs not
[nagiosplug.git] / plugins / check_ntp_time.c
index cd412fe5f7d262e9ce6b471520e79164d4a820a8..f0f74b4e99298a5fb4dd3fadc983e4eafb09111b 100644 (file)
@@ -623,10 +623,6 @@ void print_help(void){
        printf(" %s\n", _("check_ntp_peer."));
        printf("\n");
        printf(UT_THRESHOLDS_NOTES);
-#ifdef NP_EXTRA_OPTS
-       printf("\n");
-       printf(UT_EXTRA_OPTS_NOTES);
-#endif
 
        printf("\n");
        printf("%s\n", _("Examples:"));
@@ -638,7 +634,7 @@ void print_help(void){
 void
 print_usage(void)
 {
-       printf (_("Usage:"));
+       printf ("%s\n", _("Usage:"));
        printf(" %s -H <host> [-w <warn>] [-c <crit>] [-v verbose]\n", progname);
 }