diff options
Diffstat (limited to 'plugins/check_apt.c')
-rw-r--r-- | plugins/check_apt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_apt.c b/plugins/check_apt.c index 902b455..f67ebf9 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c | |||
@@ -201,7 +201,7 @@ int process_arguments (int argc, char **argv) { | |||
201 | break; | 201 | break; |
202 | default: | 202 | default: |
203 | /* print short usage statement if args not parsable */ | 203 | /* print short usage statement if args not parsable */ |
204 | usage_va(_("Unknown argument - %s"), optarg); | 204 | usage5(); |
205 | } | 205 | } |
206 | } | 206 | } |
207 | 207 | ||