From a46df940019ab6cf2b5c176e968bfdb693ea607c Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Thu, 22 Apr 2010 08:50:55 -0400 Subject: [PATCH] Split long line in check_cluster --help --- plugins/check_cluster.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.30.2