diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
commit | ed62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch) | |
tree | f479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_cluster.c | |
parent | 140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff) | |
download | monitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz |
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r-- | plugins/check_cluster.c | 5 |
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 | ||