diff options
Diffstat (limited to 'plugins/check_dig.c')
-rw-r--r-- | plugins/check_dig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_dig.c b/plugins/check_dig.c index 77df3c2e..e850337b 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c | |||
@@ -265,8 +265,8 @@ process_arguments (int argc, char **argv) | |||
265 | case 'a': | 265 | case 'a': |
266 | expected_address = optarg; | 266 | expected_address = optarg; |
267 | break; | 267 | break; |
268 | default: /* usage_va */ | 268 | default: /* usage5 */ |
269 | usage_va(_("Unknown argument - %s"), optarg); | 269 | usage5(); |
270 | } | 270 | } |
271 | } | 271 | } |
272 | 272 | ||