diff options
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r-- | plugins/check_ide_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 14d27b33..234f23b7 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c | |||
@@ -212,7 +212,7 @@ main (int argc, char *argv[]) | |||
212 | print_revision (progname, revision); | 212 | print_revision (progname, revision); |
213 | return STATE_OK; | 213 | return STATE_OK; |
214 | default: | 214 | default: |
215 | usage2 (_("Unknown argument"), optarg); | 215 | usage5 (); |
216 | } | 216 | } |
217 | } | 217 | } |
218 | 218 | ||