diff options
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index e54105b..2e439ef 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -361,7 +361,7 @@ print_help (void) | |||
361 | printf (" %s\n", "-r, --retries=INTEGER"); | 361 | printf (" %s\n", "-r, --retries=INTEGER"); |
362 | printf (" %s\n", _("Number of times to retry a failed connection")); | 362 | printf (" %s\n", _("Number of times to retry a failed connection")); |
363 | 363 | ||
364 | printf (UT_TIMEOUT, timeout_interval); | 364 | printf (UT_CONN_TIMEOUT, timeout_interval); |
365 | 365 | ||
366 | printf ("\n"); | 366 | printf ("\n"); |
367 | printf ("%s\n", _("This plugin tests a RADIUS server to see if it is accepting connections.")); | 367 | printf ("%s\n", _("This plugin tests a RADIUS server to see if it is accepting connections.")); |