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 57a3e40..5474614 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -336,5 +336,5 @@ print_usage (void) | |||
336 | printf ("\ | 336 | printf ("\ |
337 | Usage: %s -H host -F config_file -u username -p password [-n nas-id] [-P port]\n\ | 337 | Usage: %s -H host -F config_file -u username -p password [-n nas-id] [-P port]\n\ |
338 | [-t timeout] [-r retries] [-e expect]\n", progname); | 338 | [-t timeout] [-r retries] [-e expect]\n", progname); |
339 | printf (_(UT_HLP_VRS), progname, progname); | 339 | printf (UT_HLP_VRS, progname, progname); |
340 | } | 340 | } |