X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fcheck_cluster.c;h=fe497d401834e4d9552898e3661831a63c189fe2;hb=a46df940019ab6cf2b5c176e968bfdb693ea607c;hp=8c209f9c72cfc6770c4638649aac8f67d2f786c0;hpb=956b504e68eec0bad147fc68bf23d7a12e281cb0;p=nagiosplug.git diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index 8c209f9..fe497d4 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c @@ -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); }