diff options
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 5474614..90653a2 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -335,6 +335,5 @@ print_usage (void) | |||
335 | { | 335 | { |
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); | ||
340 | } | 339 | } |