diff options
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 98f6bf9..57b7090 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -313,7 +313,7 @@ print_help (void) | |||
313 | printf ("Copyright (c) 1999 Robert August Vincent II\n"); | 313 | printf ("Copyright (c) 1999 Robert August Vincent II\n"); |
314 | printf (COPYRIGHT, copyright, email); | 314 | printf (COPYRIGHT, copyright, email); |
315 | 315 | ||
316 | printf("%s\n", _("Tests to see if a radius server is accepting connections.")); | 316 | printf("%s\n", _("Tests to see if a RADIUS server is accepting connections.")); |
317 | 317 | ||
318 | printf ("\n\n"); | 318 | printf ("\n\n"); |
319 | 319 | ||
@@ -340,7 +340,7 @@ print_help (void) | |||
340 | printf (_(UT_TIMEOUT), timeout_interval); | 340 | printf (_(UT_TIMEOUT), timeout_interval); |
341 | 341 | ||
342 | printf ("\n"); | 342 | printf ("\n"); |
343 | printf ("%s\n", _("This plugin tests a radius server to see if it is accepting connections.")); | 343 | printf ("%s\n", _("This plugin tests a RADIUS server to see if it is accepting connections.")); |
344 | printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); | 344 | printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); |
345 | printf ("%s\n", _("name and password. A configuration file may also be present. The format of")); | 345 | printf ("%s\n", _("name and password. A configuration file may also be present. The format of")); |
346 | printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); | 346 | printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); |