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_radius.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_radius.c')
-rw-r--r-- | plugins/check_radius.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index ed93787..2afe3c8 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -333,7 +333,8 @@ print_help (void) | |||
333 | 333 | ||
334 | printf (_(UT_TIMEOUT), timeout_interval); | 334 | printf (_(UT_TIMEOUT), timeout_interval); |
335 | 335 | ||
336 | printf ("%s\n", _("This plugin tests a radius server to see if it is accepting connections.")); | 336 | printf ("\n"); |
337 | printf ("%s\n", _("This plugin tests a radius server to see if it is accepting connections.")); | ||
337 | printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); | 338 | printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); |
338 | printf ("%s\n", _("name and password. A configuration file may also be present. The format of")); | 339 | printf ("%s\n", _("name and password. A configuration file may also be present. The format of")); |
339 | printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); | 340 | printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); |