summaryrefslogtreecommitdiffstats
path: root/plugins/check_cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r--plugins/check_cluster.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c
index c67573a..ac3eece 100644
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
@@ -256,12 +256,9 @@ print_help(void)
256 256
257 printf("\n"); 257 printf("\n");
258 printf("%s\n", _("Notes:")); 258 printf("%s\n", _("Notes:"));
259 printf(" %s\n", _("See:")); 259 printf(_(UT_THRESHOLDS_NOTES));
260 printf(" %s\n", ("http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT"));
261 printf(" %s\n", _("for THRESHOLD format and examples."));
262 260
263 printf(_(UT_SUPPORT)); 261 printf(_(UT_SUPPORT));
264 printf("\n");
265} 262}
266 263
267 264