Code

check_pgsql: Determine connection time in µs-resolution.
[nagiosplug.git] / plugins / check_cluster.c
index 8c209f9c72cfc6770c4638649aac8f67d2f786c0..d4e39e0f37db71a84d392743de179c4e697eef90 100644 (file)
@@ -260,7 +260,8 @@ print_help(void)
        printf ("\n");
        printf ("%s\n", _("Examples:"));
        printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:");
-       printf ("    %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK state") );
+       printf ("    %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK") );
+       printf ("    %s\n", _("state.") );
 
        printf(UT_SUPPORT);
 }
@@ -270,7 +271,7 @@ void
 print_usage(void)
 {
 
-       printf(_("Usage:"));
+       printf("%s\n", _("Usage:"));
        printf(" %s (-s | -h) -d val1[,val2,...,valn] [-l label]\n", progname);
        printf("[-w threshold] [-c threshold] [-v] [--help]\n");