diff options
Diffstat (limited to 'plugins/check_mrtgtraf.c')
| -rw-r--r-- | plugins/check_mrtgtraf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index 096b3bde..877072ce 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c | |||
| @@ -260,9 +260,7 @@ process_arguments (int argc, char **argv) | |||
| 260 | print_help (); | 260 | print_help (); |
| 261 | exit (STATE_OK); | 261 | exit (STATE_OK); |
| 262 | case '?': /* help */ | 262 | case '?': /* help */ |
| 263 | printf (_("%s: Unknown argument: %s\n\n"), progname, optarg); | 263 | usage2 (_("Unknown argument"), optarg); |
| 264 | print_usage (); | ||
| 265 | exit (STATE_UNKNOWN); | ||
| 266 | } | 264 | } |
| 267 | } | 265 | } |
| 268 | 266 | ||
| @@ -304,7 +302,6 @@ process_arguments (int argc, char **argv) | |||
| 304 | } | 302 | } |
| 305 | 303 | ||
| 306 | 304 | ||
| 307 | |||
| 308 | int | 305 | int |
| 309 | validate_arguments (void) | 306 | validate_arguments (void) |
| 310 | { | 307 | { |
| @@ -312,7 +309,6 @@ validate_arguments (void) | |||
| 312 | } | 309 | } |
| 313 | 310 | ||
| 314 | 311 | ||
| 315 | |||
| 316 | void | 312 | void |
| 317 | print_help (void) | 313 | print_help (void) |
| 318 | { | 314 | { |
