diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-22 12:50:55 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-22 12:50:55 (GMT) |
commit | a46df940019ab6cf2b5c176e968bfdb693ea607c (patch) | |
tree | 4dd03fd31a986408914f3d0ad523712305279feb | |
parent | 956b504e68eec0bad147fc68bf23d7a12e281cb0 (diff) | |
download | monitoring-plugins-a46df940019ab6cf2b5c176e968bfdb693ea607c.tar.gz |
Split long line in check_cluster --help
-rw-r--r-- | plugins/check_cluster.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) | |||
260 | printf ("\n"); | 260 | printf ("\n"); |
261 | printf ("%s\n", _("Examples:")); | 261 | printf ("%s\n", _("Examples:")); |
262 | printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:"); | 262 | printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:"); |
263 | printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK state") ); | 263 | printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK") ); |
264 | printf (" %s\n", _("state.") ); | ||
264 | 265 | ||
265 | printf(UT_SUPPORT); | 266 | printf(UT_SUPPORT); |
266 | } | 267 | } |